mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 01:42:24 +00:00
parent
e2a8882f11
commit
249e6f03ee
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ MODULE ulmTypes;
|
|||
(*RETURN SYS.VAL(Int16, int)*)
|
||||
longintarr := SYS.VAL(intarr64, int);
|
||||
int16[0] := longintarr[0];
|
||||
int16[1] := longintarr[1];
|
||||
int16[1] := longintarr[1]; (* this will work for little endiad -- noch *)
|
||||
END ToInt16;
|
||||
|
||||
PROCEDURE ToInt32*(int: LONGINT) : Int32;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue