mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 13:22:26 +00:00
powerpc port completed.
mostly there are changes in Reals.Mod, for big endian.
This commit is contained in:
parent
44086e5817
commit
b273a9901b
3 changed files with 7 additions and 4 deletions
|
|
@ -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 *)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue