Selaa lähdekoodia

Fix riscv64 compiler compilation with -dEXTDEBUG

git-svn-id: trunk@39922 -
pierre 6 vuotta sitten
vanhempi
commit
68bcffc3e0
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      compiler/riscv64/hlcgcpu.pas

+ 3 - 0
compiler/riscv64/hlcgcpu.pas

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