diff dmd/mars.h @ 220:ccc2e6898a78 trunk

[svn r236] added initial codegen of inline asm, pretty buggy and incomplete still. see the tangotests/asm1.d test for a sample of what does work!
author lindquist
date Fri, 06 Jun 2008 20:14:51 +0200
parents 0806379a5eca
children a168a2c3ea48
line wrap: on
line diff
--- a/dmd/mars.h	Thu Jun 05 19:22:37 2008 +0200
+++ b/dmd/mars.h	Fri Jun 06 20:14:51 2008 +0200
@@ -134,6 +134,7 @@
     char llvmAnnotate;
     char *runtimePath;
     char useFP80;
+    char useInlineAsm;
     char fqnPaths; // use fully qualified object names
 };