diff gen/toir.cpp @ 262:88252a1af660 trunk

[svn r280] Fixed a bunch of issues with switch statements. Ended up a bit far reaching...
author lindquist
date Sat, 14 Jun 2008 05:13:49 +0200
parents 2e652b8ad1fd
children a9dae3da4e87
line wrap: on
line diff
--- a/gen/toir.cpp	Fri Jun 13 08:21:11 2008 +0200
+++ b/gen/toir.cpp	Sat Jun 14 05:13:49 2008 +0200
@@ -2193,7 +2193,7 @@
 
 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