* Continuing PKE sim unit tests. Found little bugs in VU instead.
* sky-vu1.c (vu1_io_write_register_window): Make CIA (pc) write effective by updating more registers. * sky-libvpe.c: Updated to match earlier VU state-change code. * sky-vpe.h: Removed unused globals from declarations.
This commit is contained in:
parent
48c7100eba
commit
f62dff78f9
@ -121,7 +121,7 @@ vu1_io_write_register_window(device *me,
|
||||
vu1_state.junk._TOP = T2H_4(*(int*)source);
|
||||
return nr_bytes;
|
||||
} else if (addr == VU1_CIA) {
|
||||
vu1_state.junk._vpepc = T2H_4(*(int*)source);
|
||||
vu1_state.junk.pc = vu1_state.junk._vpepc = T2H_4(*(int*)source);
|
||||
vu1_state.runState = VU_RUN;
|
||||
vu1_state.junk.eflag = 0;
|
||||
vu1_state.junk.peflag = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user