Explorar el Código

Fix riscv64 compiler compilation with -dEXTDEBUG

git-svn-id: trunk@39922 -
pierre hace 7 años
padre
commit
68bcffc3e0
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      compiler/riscv64/hlcgcpu.pas

+ 3 - 0
compiler/riscv64/hlcgcpu.pas

@@ -45,6 +45,9 @@ implementation
   uses
     cpubase,aasmcpu,
     defutil,
+{$ifdef extdebug}
+    aasmtai,cutils,cgrv,
+{$endif}
     cgobj,cgcpu;
 
   { thlcgcpu }