diff gen/asmstmt.cpp @ 227:3092a38dddab trunk

[svn r243] fixed inline asm arg_pointer args hopefully.
author lindquist
date Sat, 07 Jun 2008 19:19:30 +0200
parents 4145266ff4bd
children cac3d27ae481
line wrap: on
line diff
--- a/gen/asmstmt.cpp	Sat Jun 07 19:04:26 2008 +0200
+++ b/gen/asmstmt.cpp	Sat Jun 07 19:19:30 2008 +0200
@@ -255,7 +255,7 @@
 	return;
 
     static std::string i_cns = "i";
-    static std::string p_cns = "p";
+    static std::string p_cns = "m";
     static std::string m_cns = "*m";
     static std::string mw_cns = "=*m";
     static std::string mrw_cns = "+*m";