From 54b7134d7883a99f822527bcc732b60c5f7210c7 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Fri, 6 Jun 2008 21:51:40 +0200 Subject: [PATCH] [svn r239] also use indirect modifier for update constraints --- gen/asmstmt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/asmstmt.cpp b/gen/asmstmt.cpp index 8555c84c..a99be8a9 100644 --- a/gen/asmstmt.cpp +++ b/gen/asmstmt.cpp @@ -258,7 +258,7 @@ AsmStatement::toIR(IRState * irs) 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;