Skip to main content

instrlist_meta_fault_append

Function instrlist_meta_fault_append 

Source
pub unsafe extern "C" fn instrlist_meta_fault_append(
    ilist: *mut instrlist_t,
    instr: *mut instr_t,
)
Expand description

Inserts \p instr as a non-application instruction that can fault (see instr_set_meta_may_fault()) onto the end of \p ilist.

\deprecated Essentially equivalent to instrlist_meta_append()