From f43d27541b9926a61795f21198c27eea3e160064 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 5220fab10..1bdb2c581 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -635,7 +635,7 @@ void Processor