[Issue 4771] fail_compilation/fail274.d hits a halt in iasm.c
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Aug 30 23:58:36 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4771
Brad Roberts <braddr at puremagic.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch
--- Comment #1 from Brad Roberts <braddr at puremagic.com> 2010-08-30 23:58:23 PDT ---
Removing the halt that looks like left a left over debug aid based on it's
indentation does remove the problem. The expected test failure still fails as
expected.
diff --git a/src/iasm.c b/src/iasm.c
index 2776d73..2261b76 100644
--- a/src/iasm.c
+++ b/src/iasm.c
@@ -1855,7 +1855,6 @@ STATIC void asmerr(int errnum, ...)
printf("\n");
fflush(stdout);
-halt();
longjmp(asmstate.env,1);
}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list