* enclose {$define DEBUG_AOPTCPU} in {$ifdef EXTDEBUG}

This commit is contained in:
florian 2025-03-10 22:50:27 +01:00
parent a150115ed2
commit c7290bfb78
10 changed files with 26 additions and 5 deletions

View File

@ -25,8 +25,11 @@ Unit aoptcpu;
{$i fpcdefs.inc} {$i fpcdefs.inc}
{$ifdef EXTDEBUG}
{$define DEBUG_AOPTCPU}
{$endif EXTDEBUG}
{ $define DEBUG_PREREGSCHEDULER} { $define DEBUG_PREREGSCHEDULER}
{ $define DEBUG_AOPTCPU}
Interface Interface

View File

@ -25,7 +25,9 @@ unit aoptcpu;
{$i fpcdefs.inc} {$i fpcdefs.inc}
{$ifdef EXTDEBUG}
{$define DEBUG_AOPTCPU} {$define DEBUG_AOPTCPU}
{$endif EXTDEBUG}
Interface Interface

View File

@ -27,7 +27,9 @@ interface
{$I fpcdefs.inc} {$I fpcdefs.inc}
{$ifdef EXTDEBUG}
{$define DEBUG_AOPTCPU} {$define DEBUG_AOPTCPU}
{$endif EXTDEBUG}
uses uses
cpubase, cpubase,

View File

@ -25,7 +25,9 @@ unit aoptcpu;
{$i fpcdefs.inc} {$i fpcdefs.inc}
{$ifdef EXTDEBUG}
{$define DEBUG_AOPTCPU} {$define DEBUG_AOPTCPU}
{$endif EXTDEBUG}
Interface Interface

View File

@ -25,7 +25,9 @@ unit aoptcpu;
{$i fpcdefs.inc} {$i fpcdefs.inc}
{ $define DEBUG_AOPTCPU} {$ifdef EXTDEBUG}
{$define DEBUG_AOPTCPU}
{$endif EXTDEBUG}
Interface Interface

View File

@ -27,7 +27,9 @@ interface
{$I fpcdefs.inc} {$I fpcdefs.inc}
{$ifdef EXTDEBUG}
{$define DEBUG_AOPTCPU} {$define DEBUG_AOPTCPU}
{$endif EXTDEBUG}
uses uses
cpubase, cpubase,

View File

@ -27,7 +27,9 @@ interface
{$I fpcdefs.inc} {$I fpcdefs.inc}
{ $define DEBUG_AOPTCPU} {$ifdef EXTDEBUG}
{$define DEBUG_AOPTCPU}
{$endif EXTDEBUG}
uses uses
cpubase, cpubase,

View File

@ -25,7 +25,9 @@ unit aoptcpu;
{$i fpcdefs.inc} {$i fpcdefs.inc}
{ $define DEBUG_AOPTCPU} {$ifdef EXTDEBUG}
{$define DEBUG_AOPTCPU}
{$endif EXTDEBUG}
Interface Interface

View File

@ -25,7 +25,9 @@ Unit aoptcpu;
{$i fpcdefs.inc} {$i fpcdefs.inc}
{ $define DEBUG_AOPTCPU} {$ifdef EXTDEBUG}
{$define DEBUG_AOPTCPU}
{$endif EXTDEBUG}
Interface Interface

View File

@ -26,7 +26,9 @@ Unit aoptcpu;
{$i fpcdefs.inc} {$i fpcdefs.inc}
{$ifdef EXTDEBUG}
{$define DEBUG_AOPTCPU} {$define DEBUG_AOPTCPU}
{$endif EXTDEBUG}
Interface Interface