verify.cc (verify_instructions_0): Actually push the duplicate of a wide type.
authorMark Wielaard <mark@klomp.org>
Thu, 7 Feb 2002 01:11:32 +0000 (01:11 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Thu, 7 Feb 2002 01:11:32 +0000 (01:11 +0000)
2002-02-06  Mark Wielaard  <mark@klomp.org>

* verify.cc (verify_instructions_0) [op_dup2]: Actually push the
duplicate of a wide type.

From-SVN: r49559

libjava/ChangeLog
libjava/verify.cc

index 4823eccaa2be5153ad64ba0c54159989bc997a42..3a47cc0683ccc34c5ddfb7403db9cf3bfe6986c0 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 46cee1533ce690a40655f65f5801a70324985f14..8d235e7d3da3268dd553753d8f051700d837ef27 100644 (file)
@@ -2382,6 +2382,8 @@ private:
                  push_type (t);
                  push_type (t2);
                }
+             else
+               push_type (t);
              push_type (t);
            }
            break;