1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Remove accidental commit.

This commit is contained in:
Thomas Harte 2021-10-26 21:49:32 -07:00
parent 5ebc59dd1f
commit 7e31658932

View File

@ -334,8 +334,6 @@ template <class T, bool dtack_is_implicit, bool signal_will_perform> void Proces
if(instructions[decoded_instruction_.full].micro_operations != std::numeric_limits<uint32_t>::max()) {
if((instructions[decoded_instruction_.full].source_dest & 0x80) && !is_supervisor_) {
printf("Privilege violation on %04x at %08x\n", decoded_instruction_.full, program_counter_.full - 4);
// A privilege violation has been detected.
active_program_ = nullptr;
active_micro_op_ = short_exception_micro_ops_;