[svn r157] Fixed the nasty type==NULL bug :D

This commit is contained in:
Tomas Lindquist Olsen
2008-03-24 20:48:40 +01:00
parent 24392c4903
commit cc914ed4b2
3 changed files with 5 additions and 1 deletions

View File

@@ -1199,7 +1199,6 @@ DValue* CallExp::toElem(IRState* p)
DValue* CastExp::toElem(IRState* p)
{
assert(type);
Logger::print("CastExp::toElem: %s | %s\n", toChars(), type->toChars());
LOG_SCOPE;