From 7e31658932cc84086d9d937c666556ce70acd642 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 26 Oct 2021 21:49:32 -0700 Subject: [PATCH] Remove accidental commit. --- Processors/68000/Implementation/68000Implementation.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Processors/68000/Implementation/68000Implementation.hpp b/Processors/68000/Implementation/68000Implementation.hpp index 761139619..ca8449fb4 100644 --- a/Processors/68000/Implementation/68000Implementation.hpp +++ b/Processors/68000/Implementation/68000Implementation.hpp @@ -334,8 +334,6 @@ template void Proces if(instructions[decoded_instruction_.full].micro_operations != std::numeric_limits::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_;