remove T_N16 | T_N_VL

This commit is contained in:
MITSUNARI Shigeo 2016-07-18 10:30:18 +09:00
parent fa45df42e1
commit 3ade19b8d6
5 changed files with 316 additions and 316 deletions

View file

@ -244,7 +244,7 @@ class Test {
}
#endif
case _MEM:
return isXbyak_ ? "ptr[eax+ecx+64]" : "[eax+ecx+64]";
return isXbyak_ ? "ptr[eax+ecx+64]" : "[eax+ecx+64]"; // QQQ
// return isXbyak_ ? "ptr[eax+ecx+6]" : "[eax+ecx+6]";
case _MEMe:
{