powerpc port completed.

mostly there are changes in Reals.Mod, for big endian.


Former-commit-id: b273a9901b
This commit is contained in:
Norayr Chilingarian 2014-01-08 04:01:49 +04:00
parent d7dda25f85
commit 239aaa95f8
3 changed files with 8 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 *)