]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/X64/LongJump.S
Refine comments of X64 assembly files of MDE BaseLib.
[mirror_edk2.git] / MdePkg / Library / BaseLib / X64 / LongJump.S
index 69229c2bf18aaf219926c0c96d27f1e4759831a6..c135d3bd0654d1fb09ff13f122519538d37b6ee8 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 -2008, Intel Corporation\r
 # All rights reserved. This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
@@ -38,5 +38,5 @@ ASM_PFX(InternalLongJump):
     mov     0x30(%rcx), %r13\r
     mov     0x38(%rcx), %r14\r
     mov     0x40(%rcx), %r15\r
-    mov     %rdx, %rax\r
+    mov     %rdx, %rax          # set return value\r
     jmp     *0x48(%rcx)\r