summaryrefslogtreecommitdiff
path: root/MdePkg/Library
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library')
-rw-r--r--MdePkg/Library/BaseLib/Ia32/LongJump.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/LongJump.s b/MdePkg/Library/BaseLib/Ia32/LongJump.s
index 8ccffe4cc6..5fa1521226 100644
--- a/MdePkg/Library/BaseLib/Ia32/LongJump.s
+++ b/MdePkg/Library/BaseLib/Ia32/LongJump.s
@@ -32,7 +32,7 @@ _InternalLongJump:
movl 8(%edx), %edi
movl 12(%edx), %ebp
movl 16(%edx), %esp
- jmp 20(%edx)
+ jmp *20(%edx)
#InternalLongJump ENDP