mirror of https://github.com/acidanthera/audk.git
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)
|
||||
ASM_PFX(CallRing3):
|
||||
cli
|
||||
pushfq
|
||||
pop r11
|
||||
cli
|
||||
; Save nonvolatile registers RBX, RBP, RDI, RSI, RSP, R12, R13, R14, and R15.
|
||||
push rbx
|
||||
push rbp
|
||||
|
|
Loading…
Reference in New Issue