/[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/mips64.c revision 10 by dpavlin, Sat Oct 6 16:29:14 2007 UTC upstream/dynamips-0.2.8-RC1/mips64.c revision 11 by dpavlin, Sat Oct 6 16:33: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.10  
changed lines
  Added in v.11

  ViewVC Help
Powered by ViewVC 1.1.26