diff options
Diffstat (limited to '')
-rw-r--r-- | masm/gen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -581,7 +581,7 @@ static int gen_ins_write_state( break; case GMR_OFFSET: ins.offset = state->offset; - reftype = REF_MIPS_16; + reftype = REF_MIPS_PC16; break; case GMR_OFFSET_BASE: ins.offset = state->offset; |