Browse Source

Fix riscv64 compiler compilation with -dEXTDEBUG

git-svn-id: trunk@39922 -
pierre 6 years ago
parent
commit
68bcffc3e0
1 changed files with 3 additions and 0 deletions
  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 }