verify.cc (verify_instructions_0): Actually push the duplicate of a wide type.

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
This commit is contained in:
Mark Wielaard 2002-02-07 01:11:32 +00:00 committed by Tom Tromey
parent ef8259b757
commit 448f456d7a
2 changed files with 7 additions and 0 deletions

View 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.

View File

@ -2382,6 +2382,8 @@ private:
push_type (t);
push_type (t2);
}
else
push_type (t);
push_type (t);
}
break;