# HG changeset patch # User Tomas Lindquist Olsen # Date 1236104843 -3600 # Node ID 1d8a8ecf14e175307d03cdf4f91ac4faac0b5b71 # Parent 01544da4cdd8313444f9b49f0c2bc98cccd3aaa6 remove memory clobber again ... diff -r 01544da4cdd8 -r 1d8a8ecf14e1 gen/asmstmt.cpp --- 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); }