Skip to content

Commit

Permalink
add extra debug check
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jul 28, 2011
1 parent f62c373 commit 89ea200
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/cod4.c
Expand Up @@ -1014,6 +1014,8 @@ code *cdaddass(elem *e,regm_t *pretregs)
}
c = gen(c,&cs);
}
else
assert(0);
freenode(e->E2); /* don't need it anymore */
}
else if (isregvar(e1,&varregm,&varreg) &&
Expand Down

0 comments on commit 89ea200

Please sign in to comment.