fixed bug: the assembler suppressed a relocation record because it
thought it was RELPC. It was not
This commit is contained in:
parent
cd8f86a7e4
commit
7fadcacc26
|
@ -52,7 +52,7 @@ branch(opc,exp) register opc; expr_t exp; {
|
|||
emit1(opc);
|
||||
if (sm == 0) {
|
||||
#ifdef RELOCATION
|
||||
newrelo(exp.typ, RELPC | RELO2);
|
||||
newrelo(exp.typ, RELO2);
|
||||
#endif
|
||||
emit2(exp.val);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue