--- upstream/dynamips-0.2.7-RC3/mips64.c 2007/10/06 16:26:06 9 +++ trunk/mips64.c 2007/10/06 16:45:40 12 @@ -462,7 +462,7 @@ cpu->gpr[MIPS_GPR_A0], cpu->gpr[MIPS_GPR_A1], cpu->gpr[MIPS_GPR_A2], cpu->gpr[MIPS_GPR_A3]); #endif - + /* XXX TODO: Branch Delay slot */ mips64_trigger_exception(cpu,MIPS_CP0_CAUSE_SYSCALL,0); }