From ab4891f37bc648e42e43d3163716f5c4e402acf3 Mon Sep 17 00:00:00 2001 From: iadcode <18545429+iadcode@users.noreply.github.com> Date: Fri, 30 Apr 2021 16:24:57 +1000 Subject: [PATCH] Disable overflow-checking and range-checking --- Source/DebugEngine.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Source/DebugEngine.inc b/Source/DebugEngine.inc index 5ec2526..a7b8f08 100644 --- a/Source/DebugEngine.inc +++ b/Source/DebugEngine.inc @@ -8,4 +8,7 @@ {$DEFINE CPU64BITS} {$ENDIF !CPU64BITS} {$DEFINE TABLE_BASED_EXCEPTIONS} -{$ENDIF} \ No newline at end of file +{$ENDIF} + +{$Q-} +{$R-}