From 5db6a937cb438b0ba8e8b197fca684c1e36a527e Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 25 May 2022 11:47:21 -0400 Subject: [PATCH] Have TRAP and TRAPV push the next instruction address to the stack. --- Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index 418c39aca..277737e7d 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -2425,6 +2425,7 @@ void Processor