mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00:00
tweak
This commit is contained in:
parent
fbc8134df6
commit
0cc2fbf340
@ -158,7 +158,8 @@ m32r_cgen_get_insn_operands (insn, fields, indices)
|
||||
if (op == NULL)
|
||||
indices[i] = CGEN_OPERAND_INSTANCE_INDEX (opinst);
|
||||
else
|
||||
indices[i] = m32r_cgen_get_int_operand (CGEN_OPERAND_INDEX (op), fields);
|
||||
indices[i] = m32r_cgen_get_int_operand (CGEN_OPERAND_INDEX (op),
|
||||
fields);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user