public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [commit] jv-lang.c, evaluate_subexp_java, conditional can't be true.
@ 2011-03-02  0:45 Michael Snyder
  0 siblings, 0 replies; only message in thread
From: Michael Snyder @ 2011-03-02  0:45 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 13 bytes --]

checked in.


[-- Attachment #2: nosideret.txt --]
[-- Type: text/plain, Size: 692 bytes --]

2011-03-01  Michael Snyder  <msnyder@vmware.com>

	* jv-lang.c (evaluate_subexp_java): Conditional can't be true.

Index: jv-lang.c
===================================================================
RCS file: /cvs/src/src/gdb/jv-lang.c,v
retrieving revision 1.90
diff -u -p -u -p -r1.90 jv-lang.c
--- jv-lang.c	28 Feb 2011 18:43:27 -0000	1.90
+++ jv-lang.c	2 Mar 2011 00:41:47 -0000
@@ -918,8 +918,6 @@ evaluate_subexp_java (struct type *expec
 	  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:

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-02  0:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-02  0:45 [commit] jv-lang.c, evaluate_subexp_java, conditional can't be true Michael Snyder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).