Kaynağa Gözat

Commit some MIPS changes from MarkMLl

git-svn-id: trunk@20221 -
pierre 13 yıl önce
ebeveyn
işleme
77301e699d
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. 7 0
      compiler/psystem.pas

+ 7 - 0
compiler/psystem.pas

@@ -214,6 +214,13 @@ implementation
         sc80floattype:=tfloatdef.create(sc80real);
         s64currencytype:=torddef.create(scurrency,low(int64),high(int64));
 {$endif avr}
+{$ifdef mips}
+
+// HIGHLY TENTATIVE, modelled after powerpc. MarkMLl.
+
+        create_fpu_types;
+        s64currencytype:=torddef.create(scurrency,low(int64),high(int64));
+{$endif mips}
 {$ifdef cpu64bitaddr}
         uinttype:=u64inttype;
         sinttype:=s64inttype;