mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
Add SYSTEM types INT8 through INT64. Define LINT as derived type of SYSTEM.INT64.
This commit is contained in:
parent
b6385f8b8c
commit
7df022d94e
29 changed files with 344 additions and 192 deletions
|
|
@ -285,6 +285,10 @@ void OPV_AdrAndSize (OPT_Object topScope)
|
|||
OPT_inttyp->strobj->linkadr = 2;
|
||||
OPT_linttyp->strobj->linkadr = 2;
|
||||
OPT_ainttyp->strobj->linkadr = 2;
|
||||
OPT_int8typ->strobj->linkadr = 2;
|
||||
OPT_int16typ->strobj->linkadr = 2;
|
||||
OPT_int32typ->strobj->linkadr = 2;
|
||||
OPT_int64typ->strobj->linkadr = 2;
|
||||
OPT_lrltyp->strobj->linkadr = 2;
|
||||
OPT_sinttyp->strobj->linkadr = 2;
|
||||
OPT_booltyp->strobj->linkadr = 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue