mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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
|
PUBLIC ApicSpuriousService
|
||||||
ApicSpuriousService:
|
ApicSpuriousService:
|
||||||
iret
|
iretq
|
||||||
|
|
||||||
PUBLIC HackEoi
|
PUBLIC HackEoi
|
||||||
HackEoi:
|
HackEoi:
|
||||||
|
|
Loading…
Reference in a new issue