Commit 448f456d by Mark Wielaard Committed by Tom Tromey

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
parent ef8259b7
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.
......
......@@ -2382,6 +2382,8 @@ private:
push_type (t);
push_type (t2);
}
else
push_type (t);
push_type (t);
}
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment