瀏覽代碼

Fix riscv64 compiler compilation with -dEXTDEBUG

git-svn-id: trunk@39922 -
pierre 7 年之前
父節點
當前提交
68bcffc3e0
共有 1 個文件被更改,包括 3 次插入0 次删除
  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 }