X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FEnablePaging64.S;h=08950ce0e2b7155c9e47825546bfb5a9595d2f54;hb=d2660fe32d000765cc5d370bdc4452fec9389b2a;hp=3adf55a08a9570a499cf999bc453338c1c3b86d2;hpb=35a171541199329108aa8c5417386d7afce9ddbf;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Ia32/EnablePaging64.S b/MdePkg/Library/BaseLib/Ia32/EnablePaging64.S index 3adf55a08a..08950ce0e2 100644 --- a/MdePkg/Library/BaseLib/Ia32/EnablePaging64.S +++ b/MdePkg/Library/BaseLib/Ia32/EnablePaging64.S @@ -58,6 +58,6 @@ LongStart: # long mode starts here .byte 0x67, 0x48 movl 0x18(%esp), %esp # mov rsp, [esp + 18h] .byte 0x48 - addl $0x-0x20, %esp # add rsp, -20h + addl $-0x20, %esp # add rsp, -20h call *%ebx # call rbx jmp . # no one should get here