Do not increment of decrement enums
[deliverable/binutils-gdb.git] / gdb / i386-tdep.c
index 1c8842c42c1ae1b2eed68ff63c8e2b0f3cf40a95..8c08f8b850bfd6760142e88225594d7eb723d91a 100644 (file)
@@ -4270,7 +4270,8 @@ i386_stap_parse_special_token (struct gdbarch *gdbarch,
       TRIPLET,
       THREE_ARG_DISPLACEMENT,
       DONE
-    } current_state;
+    };
+  int current_state;
 
   current_state = TRIPLET;
 
This page took 0.023102 seconds and 4 git commands to generate.