mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-29 12:50:28 +00:00
Fix debug builds.
This commit is contained in:
parent
9818c7e78c
commit
56aa182fb6
@ -96,7 +96,7 @@ class ConcreteMachine:
|
|||||||
// Check for assertion of reset.
|
// Check for assertion of reset.
|
||||||
if(cycle.operation & Microcycle::Reset) {
|
if(cycle.operation & Microcycle::Reset) {
|
||||||
memory_.reset();
|
memory_.reset();
|
||||||
LOG("Reset; PC is around " << PADHEX(8) << mc68000_.get_state().program_counter);
|
LOG("Reset; PC is around " << PADHEX(8) << mc68000_.get_state().registers.program_counter);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Autovector interrupts.
|
// Autovector interrupts.
|
||||||
|
Loading…
Reference in New Issue
Block a user