From ee58301a46ed00642cc46bf75b4219067254d484 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 25 May 2022 15:45:09 -0400 Subject: [PATCH] Add `RaiseException` macro. --- .../Implementation/68000Mk2Implementation.hpp | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index 4db2a457e..fb4b8bf80 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -317,6 +317,12 @@ void Processor