Browse Source

* fixed ppc compiler

Jonas Maebe 22 năm trước cách đây
mục cha
commit
e65fb85ce9
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 7 1
      compiler/ncgcal.pas

+ 7 - 1
compiler/ncgcal.pas

@@ -90,6 +90,9 @@ implementation
 {$else cpu64bit}
 {$else cpu64bit}
       cg64f32,
       cg64f32,
 {$endif cpu64bit}
 {$endif cpu64bit}
+{$ifdef powerpc}
+      cpupi,
+{$endif powerpc}
       ncgutil,cgobj,tgobj,regvars,rgobj,rgcpu;
       ncgutil,cgobj,tgobj,regvars,rgobj,rgcpu;
 
 
 
 
@@ -1125,7 +1128,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.68  2003-05-23 14:27:35  peter
+  Revision 1.69  2003-05-23 18:01:56  jonas
+    * fixed ppc compiler
+
+  Revision 1.68  2003/05/23 14:27:35  peter
     * remove some unit dependencies
     * remove some unit dependencies
     * current_procinfo changes to store more info
     * current_procinfo changes to store more info