pub unsafe extern "C" fn instrlist_append(
ilist: *mut instrlist_t,
instr: *mut instr_t,
)Expand description
Adds \p instr to the end of \p ilist.
pub unsafe extern "C" fn instrlist_append(
ilist: *mut instrlist_t,
instr: *mut instr_t,
)Adds \p instr to the end of \p ilist.