Fix asserts with side-effects (per Keegan McAllister)

This commit is contained in:
Keith Winstein
2012-03-08 10:50:19 -05:00
parent 4a29ab9d70
commit df5d163f9c
15 changed files with 80 additions and 35 deletions
+1
View File
@@ -123,6 +123,7 @@ void Emulator::print( const Parser::Print *act )
break;
default:
assert( false );
break;
}
}