summaryrefslogtreecommitdiff
path: root/src/arch/x86/operand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/operand.c')
-rw-r--r--src/arch/x86/operand.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/x86/operand.c b/src/arch/x86/operand.c
index 09a3489..cf4c863 100644
--- a/src/arch/x86/operand.c
+++ b/src/arch/x86/operand.c
@@ -1180,6 +1180,9 @@ bool _x86_read_operands(GArchInstruction *instr, const bin_t *data, off_t *pos,
for (i = 0; i < count; i++)
types[i] = va_arg(ap, AsmOperandSize);
+ for ( ; i < MAX_OPERANDS; i++)
+ types[i] = X86_OTP_NONE;
+
/* Initialisations */
if (types[0] & X86_OTP_RM_TYPE)