summaryrefslogtreecommitdiff
path: root/src/arch/artificial.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/artificial.c')
-rw-r--r--src/arch/artificial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/artificial.c b/src/arch/artificial.c
index a1fa56e..16e95bc 100644
--- a/src/arch/artificial.c
+++ b/src/arch/artificial.c
@@ -139,7 +139,7 @@ GArchInstruction *g_db_instruction_new_from_data(const bin_t *data, off_t *pos,
g_arch_processor_get_endianness(proc));
if (operand == NULL) goto gdinfd_error;
- g_arch_instruction_attach_one_operand(result, operand);
+ g_arch_instruction_attach_extra_operand(result, operand);
return result;