diff gen/statements.cpp @ 234:9760f54af0b7 trunk

[svn r250] Fixed the warning about dropping arguments to _Dmain when optimizing. Did a few cleanups in inline asm code.
author lindquist
date Sun, 08 Jun 2008 08:03:19 +0200
parents 76ee1bbe487e
children a95056b3c996
line wrap: on
line diff
--- a/gen/statements.cpp	Sun Jun 08 06:45:54 2008 +0200
+++ b/gen/statements.cpp	Sun Jun 08 08:03:19 2008 +0200
@@ -996,7 +996,7 @@
     if (p->asmBlock)
     {
         IRAsmStmt* a = new IRAsmStmt;
-        a->code = ".LDASM";
+        a->code = ".LDASM_";
         a->code += ident->toChars();
         a->code += ":";
         p->asmBlock->s.push_back(a);