mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-14 15:45:23 +00:00
Nicer, more specific name for temp symbol.
This commit is contained in:
parent
08c6254bdd
commit
6a3642e49a
2
extree.c
2
extree.c
@ -368,7 +368,7 @@ EX_TREE *evaluate(
|
||||
/* Make a temp sym with the negative value of the given
|
||||
sym (this works for symbols within relocatable sections
|
||||
too) */
|
||||
res = new_temp_sym("*TEMP", tp->data.symbol->section, (unsigned) -(int) tp->data.symbol->value);
|
||||
res = new_temp_sym("*NEG", tp->data.symbol->section, (unsigned) -(int) tp->data.symbol->value);
|
||||
res->cp = tp->cp;
|
||||
free_tree(tp);
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user