changeset 223:5ffca623b5df trunk

[svn r239] also use indirect modifier for update constraints
author ChristianK
date Fri, 06 Jun 2008 21:51:40 +0200
parents 251548c1035d
children 116cc012409b
files gen/asmstmt.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gen/asmstmt.cpp	Fri Jun 06 21:44:17 2008 +0200
+++ b/gen/asmstmt.cpp	Fri Jun 06 21:51:40 2008 +0200
@@ -258,7 +258,7 @@
     static std::string p_cns = "p";
     static std::string m_cns = "*m";
     static std::string mw_cns = "=*m";
-    static std::string mrw_cns = "+m";
+    static std::string mrw_cns = "+*m";
     static std::string memory_name = "memory";
 
     AsmCode * code = (AsmCode *) asmcode;