diff options
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/iq2000.cpu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/iq2000.cpu b/cpu/iq2000.cpu index cb9cfae..dcf971c 100644 --- a/cpu/iq2000.cpu +++ b/cpu/iq2000.cpu @@ -1059,7 +1059,7 @@ (dni syscall "system call" (YIELD-INSN) "syscall" (+ OP_SPECIAL execode (f-func 12)) - (c-call VOID "do_syscall") + (c-call VOID "do_syscall" pc) ()) ; Macro instructions, common to iq10 & iq2000 |