mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +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)
|
||||
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…
x
Reference in New Issue
Block a user