(xunsymbol): Fix xunsymbol() to parse multiple symbols for a
symbol_set (NSC_BITS).
This commit is contained in:
parent
ede257e8f2
commit
50e4ef3e39
1 changed files with 0 additions and 1 deletions
|
@ -184,7 +184,6 @@ xunsymbol(struct castr *ca, char *buf)
|
||||||
if (!(ca->ca_flags & NSC_BITS))
|
if (!(ca->ca_flags & NSC_BITS))
|
||||||
return(symbol[i].value);
|
return(symbol[i].value);
|
||||||
value |= symbol[i].value;
|
value |= symbol[i].value;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
return gripe("Symbol %s was not found for field %s", token,
|
return gripe("Symbol %s was not found for field %s", token,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue