- fixes: improved POINTER TO IDENT mechanism, prevent core dump when
definition module not found, corrected typo. - changed mechanism for variables that have their address given. - added option for symmetric integer ranges
This commit is contained in:
@@ -438,7 +438,7 @@ CodeVarDesig(df, ds)
|
||||
*/
|
||||
assert(ds->dsg_kind == DSG_INIT);
|
||||
|
||||
if (df->var_addrgiven) {
|
||||
if (df->df_flags & D_ADDRGIVEN) {
|
||||
/* the programmer specified an address in the declaration of
|
||||
the variable. Generate code to push the address.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user