gas/
[deliverable/binutils-gdb.git] / gas / config / tc-i386-intel.c
index 0c37e4503e853a93271a45f8041e96f15b0ee2be..5d5e0c1176978ca709ce6798d23865b8e8cae808 100644 (file)
@@ -466,6 +466,7 @@ i386_intel_operand (char *operand_string, int got_a_float)
   /* Initialize state structure.  */
   intel_state.op_modifier = O_absent;
   intel_state.is_mem = 0;
+  intel_state.has_offset = 0;
   intel_state.base = NULL;
   intel_state.index = NULL;
   intel_state.seg = NULL;
This page took 0.026565 seconds and 4 git commands to generate.