x86-asm: Fix segfault

We need to access cur_text_section, not text_section.
master
Michael Matz 2016-12-12 20:19:10 +01:00
parent 22f5fccc2c
commit 5d6a9e797a
1 changed files with 1 additions and 1 deletions

View File

@ -1121,7 +1121,7 @@ ST_FUNC void asm_opcode(TCCState *s1, int opcode)
/* after immediate operands, adjust pc-relative address */
if (pc)
add32le(text_section->data + pc - 4, pc - ind);
add32le(cur_text_section->data + pc - 4, pc - ind);
}
/* return the constraint priority (we allocate first the lowest