This commit is contained in:
Antonios Printezis 2010-05-03 16:31:07 -04:00
commit cc872846f5
65 changed files with 434 additions and 248 deletions

View file

@ -1062,7 +1062,7 @@ class Assembler : public AbstractAssembler {
}
void assert_not_delayed(const char* msg) {
#ifdef CHECK_DELAY
assert_msg ( delay_state == no_delay, msg);
assert(delay_state == no_delay, msg);
#endif
}