From 23bbf87c101945b090bf3ceb95a2ad72cac77c6d Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 8 Oct 2024 23:13:53 +0200 Subject: [PATCH] * accidentally committed with a set debug define --- compiler/x86/aoptx86.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/x86/aoptx86.pas b/compiler/x86/aoptx86.pas index b2a79adabe..f75e483021 100644 --- a/compiler/x86/aoptx86.pas +++ b/compiler/x86/aoptx86.pas @@ -23,7 +23,7 @@ unit aoptx86; {$i fpcdefs.inc} -{$define DEBUG_AOPTCPU} +{ $define DEBUG_AOPTCPU} {$ifdef EXTDEBUG} {$define DEBUG_AOPTCPU}