URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
Compare Revisions
- This comparison shows the changes necessary to convert path
/openrisc/trunk/or1ksim/debug
- from Rev 460 to Rev 532
- ↔ Reverse comparison
Rev 460 → Rev 532
/debug-unit.c
136,11 → 136,13
|
runtime.cpu.stalled = state; |
|
/* If we unstall, any changed NPC becomes valid again */ |
/* If we unstall, any changed NPC becomes valid again and we cannot be |
halted. */ |
|
if (!runtime.cpu.stalled) |
{ |
cpu_state.npc_not_valid = 0; |
runtime.cpu.halted = 0; |
} |
} /* set_stall_state () */ |
|