[svn r302] Make HaltExps and assert(0) generate an assert message again instead of using llvm's trap intrinsic.

This commit is contained in:
Christian Kamm
2008-06-20 23:38:51 +02:00
parent 87f6a4fa41
commit a99d70f7bc

View File

@@ -2230,7 +2230,7 @@ DValue* HaltExp::toElem(IRState* p)
Logger::print("HaltExp::toElem: %s\n", toChars());
LOG_SCOPE;
#if 0
#if 1
DtoAssert(&loc, NULL);
#else
// call the new (?) trap intrinsic