mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 07:32:24 +00:00
Update bootstrap source
This commit is contained in:
parent
63817939ec
commit
b04514a198
20 changed files with 70 additions and 55 deletions
|
|
@ -101,6 +101,9 @@ OPT_Node OPB_NewLeaf (OPT_Object obj)
|
|||
}
|
||||
node->obj = obj;
|
||||
node->typ = obj->typ;
|
||||
if ((((obj->mode == 1 && __IN(obj->typ->comp, 0x0c, 32))) && obj->typ->sysflag != 0)) {
|
||||
node->readonly = 1;
|
||||
}
|
||||
return node;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue