mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-15 00:21:50 +01:00
Fixed several asm-related error message formats.
This commit is contained in:
@@ -5443,7 +5443,7 @@ int AsmStatement::comeFrom()
|
||||
int AsmStatement::blockExit(bool mustNotThrow)
|
||||
{
|
||||
if (mustNotThrow)
|
||||
error("asm statements are assumed to throw", toChars());
|
||||
error("asm statements are assumed to throw");
|
||||
// Assume the worst
|
||||
return BEfallthru | BEthrow | BEreturn | BEgoto | BEhalt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user