mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 19:12:25 +00:00
fixed x86_64/Unix.Mod, swapped mode and nlink fields
Former-commit-id: c9c82e0a97
This commit is contained in:
parent
7ee8f7f766
commit
386fe21fec
14 changed files with 291 additions and 8 deletions
|
|
@ -139,7 +139,7 @@ MODULE ulmSysConversions;
|
|||
size1, size2: Address; elementsleft: INTEGER; flags: Flags;
|
||||
END;
|
||||
|
||||
Format = POINTER TO FormatRec;
|
||||
Format* = POINTER TO FormatRec;
|
||||
FormatRec* =
|
||||
RECORD
|
||||
(Objects.ObjectRec)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue