diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/kvm_amd64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/kvm_amd64.S b/executor/kvm_amd64.S index 537df853f..884f8262b 100644 --- a/executor/kvm_amd64.S +++ b/executor/kvm_amd64.S @@ -92,7 +92,7 @@ kvm_asm64_cpl3: movq $SEL_CS64_CPL3, 4(%rsp) movq $ADDR_STACK0, 8(%rsp) movq $SEL_DS64_CPL3, 12(%rsp) - lret + lretl kvm_asm64_cpl3_end: nop |
