Browse Source

* fixes RiscV32 building

florian 7 months ago
parent
commit
b4a83e29a4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/riscv32/nrv32util.pas

+ 2 - 2
compiler/riscv32/nrv32util.pas

@@ -32,7 +32,6 @@ interface
     nrvutil,
     symtype,symconst,symsym,symdef;
 
-
   type
     trv32nodeutils = class(trvnodeutils)
     protected
@@ -51,7 +50,8 @@ implementation
       systems,
       CPUInfo,
       ppu,
-      pass_1;
+      pass_1,
+      ngenutil;
 
 
   class procedure trv32nodeutils.insert_init_final_table(main: tmodule; entries:tfplist);