2
0
florian 9 сар өмнө
parent
commit
b4a83e29a4

+ 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);