summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/ipl.s
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/ipl.s')
-rw-r--r--sys/i386/isa/ipl.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/ipl.s b/sys/i386/isa/ipl.s
index b5ab589..9361230 100644
--- a/sys/i386/isa/ipl.s
+++ b/sys/i386/isa/ipl.s
@@ -242,7 +242,7 @@ doreti_unpend:
9:
#endif
#endif
- jmp %edx
+ jmp *%edx
ALIGN_TEXT
doreti_swi:
@@ -265,7 +265,7 @@ doreti_swi:
orl imasks(,%ecx,4),%eax
movl %eax,_cpl
#endif
- call %edx
+ call *%edx
popl %eax /* cpl to restore */
jmp doreti_next
OpenPOWER on IntegriCloud