interpret.cc (continue1): Insert missing break into switch.
2000-07-26 Andrew Haley <aph@cygnus.com> * interpret.cc (continue1): Insert missing break into switch. From-SVN: r35316
This commit is contained in:
parent
614ee7902b
commit
99f7658d7c
@ -1,3 +1,7 @@
|
|||||||
|
2000-07-26 Andrew Haley <aph@cygnus.com>
|
||||||
|
|
||||||
|
* interpret.cc (continue1): Insert missing break into switch.
|
||||||
|
|
||||||
2000-07-28 Warren Levy <warrenl@cygnus.com>
|
2000-07-28 Warren Levy <warrenl@cygnus.com>
|
||||||
|
|
||||||
* java/io/ObjectStreamException.java: Made constructors protected.
|
* java/io/ObjectStreamException.java: Made constructors protected.
|
||||||
|
@ -1939,6 +1939,7 @@ void _Jv_InterpMethod::continue1 (_Jv_InterpMethodInvocation *inv)
|
|||||||
{
|
{
|
||||||
case 1:
|
case 1:
|
||||||
PUSHI (*(jbyte*) (field->u.addr));
|
PUSHI (*(jbyte*) (field->u.addr));
|
||||||
|
break;
|
||||||
|
|
||||||
case 2:
|
case 2:
|
||||||
if (type == JvPrimClass (char))
|
if (type == JvPrimClass (char))
|
||||||
|
Loading…
Reference in New Issue
Block a user