fixed bug: the assembler suppressed a relocation record because it

thought it was RELPC. It was not
This commit is contained in:
ceriel 1989-06-27 16:26:02 +00:00
parent cd8f86a7e4
commit 7fadcacc26

View file

@ -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 {