mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-23 07:03:13 +01:00
[svn r302] Make HaltExps and assert(0) generate an assert message again instead of using llvm's trap intrinsic.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user