mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-13 16:54:23 +02:00
Fixed mistyping in Ia32/LongJump.asm and X64/LongJump.asm
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@466 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
dee4740abe
commit
15176e0556
@ -23,7 +23,7 @@
|
|||||||
.model flat,C
|
.model flat,C
|
||||||
.code
|
.code
|
||||||
|
|
||||||
IntenralLongJump PROC
|
InternalLongJump PROC
|
||||||
pop eax
|
pop eax
|
||||||
pop edx
|
pop edx
|
||||||
pop eax
|
pop eax
|
||||||
@ -33,6 +33,6 @@ IntenralLongJump PROC
|
|||||||
mov ebp, [edx + 12]
|
mov ebp, [edx + 12]
|
||||||
mov esp, [edx + 16]
|
mov esp, [edx + 16]
|
||||||
jmp dword ptr [edx + 20]
|
jmp dword ptr [edx + 20]
|
||||||
IntenralLongJump ENDP
|
InternalLongJump ENDP
|
||||||
|
|
||||||
END
|
END
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
.code
|
.code
|
||||||
|
|
||||||
IntenralLongJump PROC
|
InternalLongJump PROC
|
||||||
mov rbx, [rcx]
|
mov rbx, [rcx]
|
||||||
mov rsp, [rcx + 8]
|
mov rsp, [rcx + 8]
|
||||||
mov rbp, [rcx + 10h]
|
mov rbp, [rcx + 10h]
|
||||||
@ -33,6 +33,6 @@ IntenralLongJump PROC
|
|||||||
mov r15, [rcx + 40h]
|
mov r15, [rcx + 40h]
|
||||||
mov rax, rdx
|
mov rax, rdx
|
||||||
jmp qword ptr [rcx + 48h]
|
jmp qword ptr [rcx + 48h]
|
||||||
IntenralLongJump ENDP
|
InternalLongJump ENDP
|
||||||
|
|
||||||
END
|
END
|
||||||
|
Loading…
x
Reference in New Issue
Block a user