diff options
Diffstat (limited to 'src/arch/jvm')
-rw-r--r-- | src/arch/jvm/operand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/jvm/operand.c b/src/arch/jvm/operand.c index 429516a..a485a2b 100644 --- a/src/arch/jvm/operand.c +++ b/src/arch/jvm/operand.c @@ -324,7 +324,7 @@ bool jvm_read_one_operand(GArchInstruction *instr, const bin_t *data, off_t *pos if (op == NULL) return false; - g_arch_instruction_attach_one_operand(instr, op); + g_arch_instruction_attach_extra_operand(instr, op); return true; |