aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2013-03-13 14:01:16 +0900
committerMITSUNARI Shigeo <[email protected]>2013-03-13 14:01:16 +0900
commit4ea82aa4bad8f3c33197d7bf8e47bb4f1d8277dc (patch)
treee97fce5cf515e64e6c24dccb258a8852f9e368e2
parentf473d69dc74412a2e8b36efc0863667f470beb26 (diff)
downloadxbyak-4ea82aa4bad8f3c33197d7bf8e47bb4f1d8277dc.tar.gz
xbyak-4ea82aa4bad8f3c33197d7bf8e47bb4f1d8277dc.zip
remove kanji in comments
-rw-r--r--test/make_nm.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/make_nm.cpp b/test/make_nm.cpp
index 70d154b..19c0abd 100644
--- a/test/make_nm.cpp
+++ b/test/make_nm.cpp
@@ -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);