mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02: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
|
|
@ -200,7 +200,7 @@ void OPC_Ident (OPT_Object obj)
|
|||
}
|
||||
}
|
||||
} else if ((mode == 5 && obj->typ->form == 4)) {
|
||||
if (obj->typ == OPT_pinttyp || obj->typ == OPT_ainttyp) {
|
||||
if (obj->typ == OPT_pinttyp) {
|
||||
OPM_WriteString((CHAR*)"uintptr", 8);
|
||||
} else {
|
||||
OPM_WriteString((CHAR*)"int", 4);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue