* simops.c (syscall): Handle change in opcode # for syscall.
authorJeff Law <law@redhat.com>
Thu, 18 Jun 1998 00:03:00 +0000 (00:03 +0000)
committerJeff Law <law@redhat.com>
Thu, 18 Jun 1998 00:03:00 +0000 (00:03 +0000)
        * mn10300.igen (syscall): Likewise.

sim/mn10300/simops.c

index aaf7f488adb3d0945fe2ad248ff699d2efe37468..7a190566bcb68b167e027053eb8946351e4286f3 100644 (file)
@@ -2869,7 +2869,7 @@ void OP_F0FE (insn, extension)
 }
 
 /* syscall */
-void OP_F020 (insn, extension)
+void OP_F0C0 (insn, extension)
      unsigned long insn, extension;
 {
   /* We use this for simulated system calls; we may need to change
This page took 0.056888 seconds and 4 git commands to generate.