]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ebc/SetJumpLongJump.c
remove unnecessary comments introduced by tools from MdePkg. The regular express...
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ebc / SetJumpLongJump.c
index b485d3e495d6d11c2b4a3fed95fed277786d969d..a57d534ae13f3dc51294b7e371ea3b2d0b5876f5 100644 (file)
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-  Module Name:  SetJumpLongJump.c\r
-\r
 **/\r
 \r
 **/\r
 \r
+#include <BaseLibInternals.h>\r
+\r
 /**\r
   Worker function that checks ASSERT condition for JumpBuffer\r
 \r
 /**\r
   Worker function that checks ASSERT condition for JumpBuffer\r
 \r
@@ -26,6 +26,7 @@
 \r
 **/\r
 VOID\r
 \r
 **/\r
 VOID\r
+EFIAPI\r
 InternalAssertJumpBuffer (\r
   IN      BASE_LIBRARY_JUMP_BUFFER  *JumpBuffer\r
   );\r
 InternalAssertJumpBuffer (\r
   IN      BASE_LIBRARY_JUMP_BUFFER  *JumpBuffer\r
   );\r
@@ -33,15 +34,15 @@ InternalAssertJumpBuffer (
 /**\r
   Saves the current CPU context that can be restored with a call to LongJump() and returns 0.\r
 \r
 /**\r
   Saves the current CPU context that can be restored with a call to LongJump() and returns 0.\r
 \r
-  Saves the current CPU context in the buffer specified by JumpBuffer and returns 0.  The initial \r
-  call to SetJump() must always return 0.  Subsequent calls to LongJump() cause a non-zero \r
-  value to be returned by SetJump(). \r
+  Saves the current CPU context in the buffer specified by JumpBuffer and returns 0.  The initial\r
+  call to SetJump() must always return 0.  Subsequent calls to LongJump() cause a non-zero\r
+  value to be returned by SetJump().\r
 \r
   If JumpBuffer is NULL, then ASSERT().\r
   For IPF CPUs, if JumpBuffer is not aligned on a 16-byte boundary, then ASSERT().\r
 \r
   @param  JumpBuffer    A pointer to CPU context buffer.\r
 \r
   If JumpBuffer is NULL, then ASSERT().\r
   For IPF CPUs, if JumpBuffer is not aligned on a 16-byte boundary, then ASSERT().\r
 \r
   @param  JumpBuffer    A pointer to CPU context buffer.\r
\r
+\r
 **/\r
 UINTN\r
 EFIAPI\r
 **/\r
 UINTN\r
 EFIAPI\r