diff gen/irstate.cpp @ 233:76ee1bbe487e trunk

[svn r249] Changed inline asm clobbers to a set instead of a list so we don't get duplicate clobbers.
author lindquist
date Sun, 08 Jun 2008 06:45:54 +0200
parents 092468448d25
children e3355ce5444b
line wrap: on
line diff
--- a/gen/irstate.cpp	Sun Jun 08 06:15:51 2008 +0200
+++ b/gen/irstate.cpp	Sun Jun 08 06:45:54 2008 +0200
@@ -53,7 +53,7 @@
     emitMain = false;
     mainFunc = 0;
     ir.state = this;
-    inASM = false;
+    asmBlock = NULL;
 }
 
 IrFunction* IRState::func()