From 76767da3002b75b440b29cb9bc9d208c089a9ec4 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 25 Oct 2021 21:48:19 -0700 Subject: [PATCH] Undo accidental change. --- 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 1f9d4b910..761139619 100644 --- a/Processors/68000/Implementation/68000Implementation.hpp +++ b/Processors/68000/Implementation/68000Implementation.hpp @@ -349,8 +349,6 @@ template void Proces active_micro_op_ = &all_micro_ops_[active_program_->micro_operations]; } } else { - printf("Opcode violation for %04x at %08x\n", decoded_instruction_.full, program_counter_.full - 4); - // The opcode fetched isn't valid. active_program_ = nullptr; active_micro_op_ = short_exception_micro_ops_;