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:
parent
ef8259b757
commit
448f456d7a
@ -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.
|
||||
|
@ -2382,6 +2382,8 @@ private:
|
||||
push_type (t);
|
||||
push_type (t2);
|
||||
}
|
||||
else
|
||||
push_type (t);
|
||||
push_type (t);
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user