Explorar o código

Fix compilation of sparc compiler with -dDEBUG_ALL_OPT

Pierre Muller %!s(int64=3) %!d(string=hai) anos
pai
achega
ad72542e9e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      compiler/sparcgen/aoptcpu.pas

+ 3 - 0
compiler/sparcgen/aoptcpu.pas

@@ -48,6 +48,9 @@ unit aoptcpu;
   Implementation
 
   uses
+{$ifdef DEBUG_AOPTCPU}
+    cutils,
+{$endif  DEBUG_AOPTCPU}
     globtype,globals,aasmcpu;
 
   function MatchInstruction(const instr: tai; const op: TAsmOp): boolean;