From 45e242025da8c6453f95f737e3534fe57db03521 Mon Sep 17 00:00:00 2001
From: tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Thu, 7 Feb 2002 01:11:32 +0000
Subject: [PATCH] 2002-02-06  Mark Wielaard  <mark@klomp.org>

	* 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 | 5 +++++
 libjava/verify.cc | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 4823eccaa2be..3a47cc0683cc 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -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.
diff --git a/libjava/verify.cc b/libjava/verify.cc
index 46cee1533ce6..8d235e7d3da3 100644
--- a/libjava/verify.cc
+++ b/libjava/verify.cc
@@ -2382,6 +2382,8 @@ private:
 		  push_type (t);
 		  push_type (t2);
 		}
+	      else
+		push_type (t);
 	      push_type (t);
 	    }
 	    break;
-- 
GitLab