From c8d3d980bad197dddc91093bbbc87cdc0ebae500 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 24 May 2022 15:52:53 -0400 Subject: [PATCH] Avoid attempt to establish operand flags for undefined opcodes. --- Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index d7b908b7d..44081e06a 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -635,7 +635,7 @@ void Processor