mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-26 08:33:14 +01:00
[svn r238] use *m for memory input constraints and pass in their address
This commit is contained in:
@@ -256,7 +256,7 @@ AsmStatement::toIR(IRState * irs)
|
||||
|
||||
static std::string i_cns = "i";
|
||||
static std::string p_cns = "p";
|
||||
static std::string m_cns = "m";
|
||||
static std::string m_cns = "*m";
|
||||
static std::string mw_cns = "=*m";
|
||||
static std::string mrw_cns = "+m";
|
||||
static std::string memory_name = "memory";
|
||||
|
||||
Reference in New Issue
Block a user