diff options
Diffstat (limited to 'arch/x86/cpu/call32.S')
-rw-r--r-- | arch/x86/cpu/call32.S | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/x86/cpu/call32.S b/arch/x86/cpu/call32.S index e185b9a42b0..e641e781c04 100644 --- a/arch/x86/cpu/call32.S +++ b/arch/x86/cpu/call32.S @@ -32,8 +32,7 @@ cpu_call32: push %rdi /* 32-bit code segment */ lea compat(%rip), %rax push %rax - .byte 0x48 /* REX prefix to force 64-bit far return */ - retf + retfq .code32 compat: /* @@ -60,4 +59,4 @@ compat: /* Jump to the required target */ pushl %edi /* 32-bit code segment */ pushl %esi /* 32-bit target address */ - retf + retfl |