mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-16 03:43:13 +01:00
[svn r239] also use indirect modifier for update constraints
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user