mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 12:12:25 +00:00
added comment -- noch
This commit is contained in:
parent
3e88d51eb6
commit
29d62cf1b0
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