diff gen/asmstmt.cpp @ 1037:1d8a8ecf14e1

remove memory clobber again ...
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Tue, 03 Mar 2009 19:27:23 +0100
parents 01544da4cdd8
children 11e28922ac76
line wrap: on
line diff
--- a/gen/asmstmt.cpp	Tue Mar 03 19:18:47 2009 +0100
+++ b/gen/asmstmt.cpp	Tue Mar 03 19:27:23 2009 +0100
@@ -594,7 +594,6 @@
             // setup variable for output from asm
             outSetterStmt->out_c = "=*m,";
             outSetterStmt->out.push_back(jump_target);
-            asmblock->clobs.insert("~{memory},");
 
             asmblock->s.push_back(outSetterStmt);
         }