Fix asserts with side-effects (per Keegan McAllister)
This commit is contained in:
@@ -123,6 +123,7 @@ void Emulator::print( const Parser::Print *act )
|
||||
break;
|
||||
default:
|
||||
assert( false );
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user