From 7171e24ccf995d5cef306fc3a932600f0d158410 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 28 Nov 2023 13:50:53 -0500 Subject: [PATCH] Enable further compile-time optimisations. --- .../Implementation/68000Implementation.hpp | 50 ++++++++++--------- 1 file changed, 27 insertions(+), 23 deletions(-) diff --git a/Processors/68000/Implementation/68000Implementation.hpp b/Processors/68000/Implementation/68000Implementation.hpp index 402a4db3b..9e2f6a0b1 100644 --- a/Processors/68000/Implementation/68000Implementation.hpp +++ b/Processors/68000/Implementation/68000Implementation.hpp @@ -353,6 +353,10 @@ void Processor