* jv-lang.c (evaluate_subexp_java): Conditional can't be true.
2011-03-01 Michael Snyder <msnyder@vmware.com>
+ * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
+
* dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
* cli/cli-dump.c (restore_binary_file): Validate ftell return value.
type = type_from_class (exp->gdbarch, java_class_from_object (arg1));
arg1 = value_cast (lookup_pointer_type (type), arg1);
}
- if (noside == EVAL_SKIP)
- goto nosideret;
return value_ind (arg1);
case BINOP_SUBSCRIPT: