diff gen/asmstmt.cpp @ 336:aaade6ded589 trunk

[svn r357] Merged DMD 1.033
author lindquist
date Sat, 12 Jul 2008 19:38:31 +0200
parents 553f844ae5b9
children 44daf304421c
line wrap: on
line diff
--- a/gen/asmstmt.cpp	Sat Jul 12 17:04:36 2008 +0200
+++ b/gen/asmstmt.cpp	Sat Jul 12 19:38:31 2008 +0200
@@ -165,6 +165,12 @@
     return this;
 }
 
+int AsmStatement::blockExit()
+{
+    //printf("AsmStatement::blockExit(%p)\n", this);
+    return BEfallthru | BEreturn | BEgoto | BEhalt;
+}
+
 void
 AsmStatement::toIR(IRState * irs)
 {