mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[HAL] Use iretq instead of iret
This commit is contained in:
parent
3bbcc16d8e
commit
0343ac4f0b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ TRAP_ENTRY HalpProfileInterrupt, (TF_VOLATILES OR TF_SEND_EOI)
|
|||
|
||||
PUBLIC ApicSpuriousService
|
||||
ApicSpuriousService:
|
||||
iret
|
||||
iretq
|
||||
|
||||
PUBLIC HackEoi
|
||||
HackEoi:
|
||||
|
|
Loading…
Reference in a new issue