remove kanji in comments

This commit is contained in:
MITSUNARI Shigeo 2013-03-13 14:01:16 +09:00
parent f473d69dc7
commit 4ea82aa4ba

View File

@ -299,6 +299,7 @@ class Test {
const char tbl[][20] = {
#ifdef XBYAK64
"cdqe",
"cqo",
#else
"aaa",
"aad",
@ -841,9 +842,9 @@ class Test {
QQQ:
push byte 2
push dword 2
stackを4byte減らすが
reduce 4-byte stack
push word 2
stackを2byte減らすのでサポートしない
reduce 2-byte stack, so I can't support it
*/
const char *p = "push";
put(p, REG16);