]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update function header.
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 8 Jan 2009 08:20:28 +0000 (08:20 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 8 Jan 2009 08:20:28 +0000 (08:20 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7210 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/BaseLib/Ebc/SetJumpLongJump.c

index da2481a4430c17d912ec9d51a2725812117e9022..96200d1a2bc914e1f79a148986abe95f57fb332a 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
   Implementation of SetJump() and LongJump() on EBC.\r
-  \r
+\r
   SetJump() and LongJump() are not currently supported for the EBC processor type.\r
   Implementation for EBC just returns 0 for SetJump(), and ASSERT() for LongJump().\r
 \r
 \r
   @param  JumpBuffer    A pointer to CPU context buffer.\r
 \r
+  @retval 0 Indicates a return from SetJump().\r
+\r
 **/\r
 UINTN\r
 EFIAPI\r
 SetJump (\r
-  IN      BASE_LIBRARY_JUMP_BUFFER  *JumpBuffer\r
+  OUT      BASE_LIBRARY_JUMP_BUFFER  *JumpBuffer\r
   )\r
 {\r
   InternalAssertJumpBuffer (JumpBuffer);\r