2002-02-06 Mark Wielaard <mark@klomp.org>
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Feb 2002 01:11:32 +0000 (01:11 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Feb 2002 01:11:32 +0000 (01:11 +0000)
* verify.cc (verify_instructions_0) [op_dup2]: Actually push the
duplicate of a wide type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49559 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/verify.cc

index 4823ecc..3a47cc0 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-06  Mark Wielaard  <mark@klomp.org>
+
+       * verify.cc (verify_instructions_0) [op_dup2]: Actually push the
+       duplicate of a wide type.
+
 2002-02-06  Tom Tromey  <tromey@redhat.com>
 
        * verify.cc (type::isnull): New method.
index 46cee15..8d235e7 100644 (file)
@@ -2382,6 +2382,8 @@ private:
                  push_type (t);
                  push_type (t2);
                }
+             else
+               push_type (t);
              push_type (t);
            }
            break;