/[dynamips]/trunk/mips64.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/mips64.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

upstream/dynamips-0.2.7-RC2/mips64.c revision 8 by dpavlin, Sat Oct 6 16:24:54 2007 UTC trunk/mips64.c revision 12 by dpavlin, Sat Oct 6 16:45:40 2007 UTC
# Line 462  fastcall void mips64_exec_syscall(cpu_mi Line 462  fastcall void mips64_exec_syscall(cpu_mi
462            cpu->gpr[MIPS_GPR_A0], cpu->gpr[MIPS_GPR_A1],            cpu->gpr[MIPS_GPR_A0], cpu->gpr[MIPS_GPR_A1],
463            cpu->gpr[MIPS_GPR_A2], cpu->gpr[MIPS_GPR_A3]);            cpu->gpr[MIPS_GPR_A2], cpu->gpr[MIPS_GPR_A3]);
464  #endif  #endif
465      
466     /* XXX TODO: Branch Delay slot */     /* XXX TODO: Branch Delay slot */
467     mips64_trigger_exception(cpu,MIPS_CP0_CAUSE_SYSCALL,0);     mips64_trigger_exception(cpu,MIPS_CP0_CAUSE_SYSCALL,0);
468  }  }

Legend:
Removed from v.8  
changed lines
  Added in v.12

  ViewVC Help
Powered by ViewVC 1.1.26