mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-05 09:31:03 +03:00
Jit code style fixes (#2741)
This commit is contained in:
parent
46e6b8f681
commit
9c048c635c
7 changed files with 53 additions and 45 deletions
|
@ -22,7 +22,7 @@ void fatal(const Context &context, const std::string &reason) {
|
|||
if (nullptr != context.fatalHandler) {
|
||||
context.fatalHandler(context.fatalHandlerData, reason.c_str());
|
||||
} else {
|
||||
fprintf(stderr, "Runtime compiler fatal: %s\n", reason.c_str());
|
||||
fprintf(stderr, "Dynamic compiler fatal: %s\n", reason.c_str());
|
||||
fflush(stderr);
|
||||
abort();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue