Commit 2f1b0077 authored by Yoshinori Sato's avatar Yoshinori Sato

h8300: System call entry enable interrupt.

Signed-off-by: default avatarYoshinori Sato <ysato@users.sourceforge.jp>
parent bf24eec3
...@@ -246,6 +246,7 @@ _system_call: ...@@ -246,6 +246,7 @@ _system_call:
/* save top of frame */ /* save top of frame */
mov.l sp,er0 mov.l sp,er0
jsr @set_esp0 jsr @set_esp0
andc #0x3f,ccr
mov.l sp,er2 mov.l sp,er2
and.w #0xe000,r2 and.w #0xe000,r2
mov.l @(TI_FLAGS:16,er2),er2 mov.l @(TI_FLAGS:16,er2),er2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment