mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-16 18:24:24 +02:00
SysCall: Turned on interrupts in User.
This commit is contained in:
parent
fcd47185eb
commit
a2023f569a
@ -199,9 +199,9 @@ o64 sysret
|
|||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
global ASM_PFX(CallRing3)
|
global ASM_PFX(CallRing3)
|
||||||
ASM_PFX(CallRing3):
|
ASM_PFX(CallRing3):
|
||||||
cli
|
|
||||||
pushfq
|
pushfq
|
||||||
pop r11
|
pop r11
|
||||||
|
cli
|
||||||
; Save nonvolatile registers RBX, RBP, RDI, RSI, RSP, R12, R13, R14, and R15.
|
; Save nonvolatile registers RBX, RBP, RDI, RSI, RSP, R12, R13, R14, and R15.
|
||||||
push rbx
|
push rbx
|
||||||
push rbp
|
push rbp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user