mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-13 18:00:05 +02:00
[svn r157] Fixed the nasty type==NULL bug :D
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user