mirror of
https://github.com/ksherlock/mpw.git
synced 2025-02-16 12:30:53 +00:00
fix pc = expression (clear fellow cpu cache)
This commit is contained in:
parent
0c87dbd545
commit
69cd091397
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user