[HAL] Use iretq instead of iret
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 2 Feb 2020 08:45:17 +0000 (09:45 +0100)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 20 Sep 2020 21:08:17 +0000 (23:08 +0200)
hal/halx86/apic/apictrap.S

index 3aa9a71..52f1dab 100644 (file)
@@ -20,7 +20,7 @@ TRAP_ENTRY HalpProfileInterrupt, (TF_VOLATILES OR TF_SEND_EOI)
 
 PUBLIC ApicSpuriousService
 ApicSpuriousService:
-    iret
+    iretq
 
 PUBLIC HackEoi
 HackEoi: