mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
e9cff33feb
commit
a9d70fca1a
2 changed files with 3 additions and 3 deletions
|
@ -1952,7 +1952,7 @@ namespace {
|
|||
m_args[i] = m_registers[pc->m_iregs[i]]->get_root();
|
||||
SASSERT(n != 0);
|
||||
do {
|
||||
if (n->get_decl() == f) {
|
||||
if (n->get_decl() == f && n->get_num_args() == num_args) {
|
||||
unsigned i = 0;
|
||||
for (; i < num_args; i++) {
|
||||
if (n->get_arg(i)->get_root() != m_args[i])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue