瀏覽代碼

* ensure ccpuinnr.inc is found

florian 3 周之前
父節點
當前提交
2aeddc8041
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/compinnr.pas

+ 1 - 1
compiler/compinnr.pas

@@ -229,7 +229,7 @@ type
 {$endif}
 {$if defined(RISCV)}
      ,
-     {$i ccpuinnr.inc}
+     {$i riscv/ccpuinnr.inc}
 {$endif}
    );