Home | History | Annotate | Download | only in rtasm

Lines Matching full:fixup

432 /* Fixup offset from forward jump:
435 int fixup )
437 *(int *)(p->store + fixup - 4) = x86_get_label(p) - fixup;