From 225843432657ffc1649ac5e76a2ae9ed6058399f Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 21 May 2022 14:28:44 -0400 Subject: [PATCH] Ensure proper return addresses are calculated for JSR. --- .../68000Mk2/Implementation/68000Mk2Implementation.hpp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index 4c48f88f7..fd38d6ba3 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -854,6 +854,7 @@ void Processor