소스 검색

* fixes RiscV32 building

florian 9 달 전
부모
커밋
b4a83e29a4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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);