(
&self,
diff_config: &DiffObjConfig,
)
| 182 | } |
| 183 | |
| 184 | fn instruction_display_flags( |
| 185 | &self, |
| 186 | diff_config: &DiffObjConfig, |
| 187 | ) -> rabbitizer::InstructionDisplayFlags { |
| 188 | rabbitizer::InstructionDisplayFlags::default() |
| 189 | .with_unknown_instr_comment(false) |
| 190 | .with_use_dollar(diff_config.mips_register_prefix) |
| 191 | } |
| 192 | |
| 193 | fn parse_ins_ref( |
| 194 | &self, |