* c-valprint.c (c_value_print): Fix up some formatting. Use
[deliverable/binutils-gdb.git] / gdb / varobj.c
index 019af9e6bf84686da1121a2c30bf3404acd8eee4..23c2a51df7204417ae248192e0e202449be8ac49 100644 (file)
@@ -1450,7 +1450,7 @@ variable_default_display (struct varobj *var)
    can't be established, *ERROR2 is set to non-zero.  */
 
 static int
-my_value_equal (struct value *val1, struct value *val2, int *error2)
+my_value_equal (struct value *val1, struct value *volatile val2, int *error2)
 {
   volatile struct exception except;
 
This page took 0.024439 seconds and 4 git commands to generate.