diff --git a/mach/z80/as/mach5.c b/mach/z80/as/mach5.c index 13708551d..73061d15a 100644 --- a/mach/z80/as/mach5.c +++ b/mach/z80/as/mach5.c @@ -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 {