Explorar o código

Readded cutils to compiler/arm/rgcpu.pas for DEBUG_SPILLING

Commit r23306 broke compiling with DEBUG_SPILLING set. Unit cutils will
now be included when DEBUG_SPILLING is set.

git-svn-id: trunk@23308 -
masta %!s(int64=12) %!d(string=hai) anos
pai
achega
6fabe49828
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      compiler/arm/rgcpu.pas

+ 3 - 0
compiler/arm/rgcpu.pas

@@ -31,6 +31,9 @@ unit rgcpu;
        aasmbase,aasmtai,aasmdata,aasmcpu,
        aasmbase,aasmtai,aasmdata,aasmcpu,
        cgbase,cgutils,
        cgbase,cgutils,
        cpubase,
        cpubase,
+       {$ifdef DEBUG_SPILLING}
+       cutils,
+       {$endif}
        rgobj;
        rgobj;
 
 
      type
      type