Browse Source

* compilation fixes

florian 2 weeks ago
parent
commit
c611adf3d8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      compiler/riscv32/cpuinfo.pas
  2. 1 1
      compiler/riscv64/cpuinfo.pas

+ 1 - 1
compiler/riscv32/cpuinfo.pas

@@ -21,7 +21,7 @@ Interface
   uses
   uses
     globtype;
     globtype;
 
 
-{$I cpuinfo.inc}
+{$I ../riscv/cpuinfo.inc}
 
 
 Type
 Type
    { possible supported processors for this target }
    { possible supported processors for this target }

+ 1 - 1
compiler/riscv64/cpuinfo.pas

@@ -21,7 +21,7 @@ interface
 uses
 uses
   globtype;
   globtype;
 
 
-{$I cpuinfo.inc}
+{$I ../riscv/cpuinfo.inc}
 
 
 type
 type
   { possible supported processors for this target }
   { possible supported processors for this target }