pub type TargetAssembler = X86Assembler;
Aliased Type§
struct TargetAssembler {
pub formatter: X86InstructionFormatter,
pub index_of_last_watchpoint: usize,
pub index_of_tail_of_last_watchpoint: usize,
}
Fields§
§formatter: X86InstructionFormatter
§index_of_last_watchpoint: usize
§index_of_tail_of_last_watchpoint: usize