瀏覽代碼

+ InitAsm

carl 23 年之前
父節點
當前提交
0244975cff
共有 1 個文件被更改,包括 7 次插入2 次删除
  1. 7 2
      compiler/compiler.pas

+ 7 - 2
compiler/compiler.pas

@@ -121,7 +121,7 @@ function Compile(const cmd:string):longint;
 implementation
 
 uses
-  cpubase;
+  cpubase,cpuasm;
 
 var
   CompilerInitedAfterArgs,
@@ -177,6 +177,7 @@ begin
      DoneExport;
      DoneLinker;
      DoneAssembler;
+     DoneAsm;
      DoneCpu;
    end;
 { Free memory for the others }
@@ -223,6 +224,7 @@ begin
   InitLinker;
   InitAssembler;
   InitCpu;
+  InitAsm;
   CompilerInitedAfterArgs:=true;
 end;
 
@@ -337,7 +339,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.23  2002-03-24 19:05:31  carl
+  Revision 1.24  2002-04-15 18:56:42  carl
+  + InitAsm
+
+  Revision 1.23  2002/03/24 19:05:31  carl
   + patch for SPARC from Mazen NEIFER
 
   Revision 1.22  2001/09/18 11:30:47  michael