powerpc port completed.

mostly there are changes in Reals.Mod, for big endian.
This commit is contained in:
Norayr Chilingarian 2014-01-08 04:01:49 +04:00
parent 44086e5817
commit b273a9901b
3 changed files with 7 additions and 4 deletions

View file

@ -65,7 +65,7 @@ MODULE ulmTypes;
CONST
bigEndian* = 0; (* SPARC, M68K etc *)
littleEndian* = 1; (* Intel 80x86, VAX etc *)
byteorder* = littleEndian; (* machine-dependent constant *)
byteorder* = bigEndian; (* machine-dependent constant *)
TYPE
ByteOrder* = SHORTINT; (* bigEndian or littleEndian *)