diff --git a/mach/mips/as/mach4.c b/mach/mips/as/mach4.c index c7f158234..6208fff9d 100644 --- a/mach/mips/as/mach4.c +++ b/mach/mips/as/mach4.c @@ -174,7 +174,7 @@ abs26 serror("jump targets must be 4-aligned"); newrelo($1.typ, RELOMIPS | FIXUPFLAGS); - $$ = (target >> 2) & 0x03fffffd; + $$ = (target >> 2) & 0x03ffffff; } ;