mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 16:52:25 +00:00
Remove obsolete SYSTEM.ADRINT. (Not that I much like uintptr).
This commit is contained in:
parent
4ec2e61ed0
commit
90737e5677
33 changed files with 30 additions and 49 deletions
|
|
@ -27,13 +27,13 @@ TYPE
|
|||
|
||||
VAR
|
||||
LittleEndian-: BOOLEAN;
|
||||
MainStackFrame-: SYSTEM.ADRINT;
|
||||
MainStackFrame-: SYSTEM.UINTPTR;
|
||||
HaltCode-: LONGINT;
|
||||
PID-: INTEGER; (* Note: Must be updated by Fork implementation *)
|
||||
CWD-: ARRAY 256 OF CHAR;
|
||||
ArgCount-: INTEGER;
|
||||
|
||||
ArgVector-: SYSTEM.ADRINT;
|
||||
ArgVector-: SYSTEM.UINTPTR;
|
||||
HaltHandler: HaltProcedure;
|
||||
TimeStart: LONGINT;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue