log PC in RSP unhandled instruction case
This commit is contained in:
@@ -215,7 +215,7 @@ void RSP::Exec(Registers ®s, Mem& mem, u32 instr) {
|
|||||||
fwrite(temp, 1, IMEM_SIZE, fp);
|
fwrite(temp, 1, IMEM_SIZE, fp);
|
||||||
free(temp);
|
free(temp);
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
util::panic("Unhandled RSP instruction ({:06b})\n", mask);
|
util::panic("Unhandled RSP instruction ({:06b}, {:04X})\n", mask, oldPC);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user