Remove a variable for reference counting in emit
Signed-off-by: VVWVV <d0u61ev@gmail.com>
This commit is contained in:
parent
ba64ad437e
commit
284bbc1a12
@ -1318,8 +1318,6 @@ static int command(void)
|
|||||||
error(17,str); /* undefined symbol */
|
error(17,str); /* undefined symbol */
|
||||||
} else {
|
} else {
|
||||||
if (sym->ident==iFUNCTN || sym->ident==iREFFUNC) {
|
if (sym->ident==iFUNCTN || sym->ident==iREFFUNC) {
|
||||||
int count; /* number of references on the function */
|
|
||||||
|
|
||||||
if ((sym->usage & uNATIVE)!=0) {
|
if ((sym->usage & uNATIVE)!=0) {
|
||||||
/* reserve a SYSREQ id if called for the first time */
|
/* reserve a SYSREQ id if called for the first time */
|
||||||
if (sc_status==statWRITE && (sym->usage & uREAD)==0 && sym->addr>=0)
|
if (sc_status==statWRITE && (sym->usage & uREAD)==0 && sym->addr>=0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user