mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-27 17:13:20 +01:00
[svn r280] Fixed a bunch of issues with switch statements. Ended up a bit far reaching...
This commit is contained in:
@@ -2193,7 +2193,7 @@ BinBitExp(Ushr,LShr);
|
||||
|
||||
DValue* HaltExp::toElem(IRState* p)
|
||||
{
|
||||
Logger::print("HaltExp::toElem: %s | %s\n", toChars(), type->toChars());
|
||||
Logger::print("HaltExp::toElem: %s\n", toChars());
|
||||
LOG_SCOPE;
|
||||
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user