mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-13 02:21:34 +00:00
Disassemble CRIS v32 by default (TODO: honor asm.cpu)
This commit is contained in:
parent
95ddbeb2ec
commit
e7a4aefdd4
@ -81,6 +81,7 @@ static int disassemble(RAsm *a, RAsmOp *op, const ut8 *buf, int len) {
|
||||
disasm_obj.fprintf_func = &buf_fprintf;
|
||||
disasm_obj.stream = stdout;
|
||||
|
||||
cris_parse_disassembler_options (&disasm_obj, 2); // v32
|
||||
op->size = print_insn_crisv10_v32_without_register_prefix ((bfd_vma)Offset, &disasm_obj);
|
||||
|
||||
if (op->size == -1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user