mirror of https://github.com/acidanthera/audk.git
Fix xcode tool chain assembly issue.
Contributed-under: TianoCore Contribution Agrement 1.0 Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> signed-off-by: Andrew Fish <afish@apple.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14078 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
947a5a9ae8
commit
96cc1800e7
|
@ -34,7 +34,7 @@ ASM_PFX(JumpToKernel):
|
|||
pushq $0x10
|
||||
leaq 1f(%rip), %rax
|
||||
pushq %rax
|
||||
.byte 0x48, 0xcb ; retfq
|
||||
.byte 0x48, 0xcb // retfq
|
||||
|
||||
1: // Now in compatibility mode
|
||||
.code32
|
||||
|
|
Loading…
Reference in New Issue