asmjit::Fixup Struct Reference [¶]
Data structure used to mark where a fixup in code or data is necessary.
Fixups are generally resolved during machine code generation. For example if a branch instruction is used to jump to a label, which hasn't been bound yet, a fixup is created. However, when such label is bound, the fixup is processed and removed from a list of fixups.