mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 05:09:49 +01:00
Commit some MIPS changes from MarkMLl
git-svn-id: trunk@20221 -
This commit is contained in:
parent
c0690d1bdc
commit
77301e699d
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user