PATCH: interpret.cc

Andrew Haley aph@pasanda.cygnus.co.uk
Wed Jul 26 05:42:00 GMT 2000


2000-07-26  Andrew Haley  <aph@cygnus.com>

        * interpret.cc (continue1): Insert missing break into switch.

Index: interpret.cc
===================================================================
RCS file: /cvs/java/libgcj/libjava/interpret.cc,v
retrieving revision 1.17
diff -u -r1.17 interpret.cc
--- interpret.cc        2000/05/31 22:49:18     1.17
+++ interpret.cc        2000/07/26 12:10:03
@@ -1939,6 +1939,7 @@
              {
              case 1:
                PUSHI (*(jbyte*) (field->u.addr));
+               break;
 
              case 2:
                if (type == JvPrimClass (char))


More information about the Java-patches mailing list