Browse Source

* ensure ccpuinnr.inc is found

florian 2 weeks ago
parent
commit
2aeddc8041
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/compinnr.pas

+ 1 - 1
compiler/compinnr.pas

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