MdePkg Maintainer,

There is a yank put bug in the comment for S3BootScriptSaveDispatch2() in the 
S3BootScriptLib. 

Thanks,

Andrew Fish



https://svn.code.sf.net/p/edk2/code/trunk/edk2/MdePkg/Include/Library/S3BootScriptLib.h
/**
  Adds a record for an execution stall on the processor into a specified boot 
script table.

  @param[in] EntryPoint   The entry point of the code to be dispatched.
  @param[in] Context      The argument to be passed into the EntryPoint of the 
code 
                          to be dispatched.
  
  @retval RETURN_OUT_OF_RESOURCES   Not enough memory for the table to perform 
                                    the operation.
  @retval RETURN_SUCCESS            The opcode was added.
**/
RETURN_STATUS
EFIAPI
S3BootScriptSaveDispatch2 (
  IN  VOID  *EntryPoint,
  IN  VOID  *Context
  );

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to