mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 05:25:01 +00:00
Undo accidental change.
This commit is contained in:
@@ -349,8 +349,6 @@ template <class T, bool dtack_is_implicit, bool signal_will_perform> void Proces
|
|||||||
active_micro_op_ = &all_micro_ops_[active_program_->micro_operations];
|
active_micro_op_ = &all_micro_ops_[active_program_->micro_operations];
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
printf("Opcode violation for %04x at %08x\n", decoded_instruction_.full, program_counter_.full - 4);
|
|
||||||
|
|
||||||
// The opcode fetched isn't valid.
|
// The opcode fetched isn't valid.
|
||||||
active_program_ = nullptr;
|
active_program_ = nullptr;
|
||||||
active_micro_op_ = short_exception_micro_ops_;
|
active_micro_op_ = short_exception_micro_ops_;
|
||||||
|
Reference in New Issue
Block a user