fix pc = expression (clear fellow cpu cache)

This commit is contained in:
Kelvin Sherlock 2013-07-13 13:42:49 -04:00
parent 0c87dbd545
commit 69cd091397

View File

@ -742,7 +742,8 @@ void SetXRegister(unsigned reg, uint32_t value)
{
fprintf(stderr, "Warning: address exceeeds memory size: $%08x\n", value);
}
cpuSetPC(value);
//cpuSetPC(value);
cpuInitializeFromNewPC(value);
return;
}