diff options
author | MITSUNARI Shigeo <[email protected]> | 2013-03-13 14:01:16 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2013-03-13 14:01:16 +0900 |
commit | 4ea82aa4bad8f3c33197d7bf8e47bb4f1d8277dc (patch) | |
tree | e97fce5cf515e64e6c24dccb258a8852f9e368e2 | |
parent | f473d69dc74412a2e8b36efc0863667f470beb26 (diff) | |
download | xbyak-4ea82aa4bad8f3c33197d7bf8e47bb4f1d8277dc.tar.gz xbyak-4ea82aa4bad8f3c33197d7bf8e47bb4f1d8277dc.zip |
remove kanji in comments
-rw-r--r-- | test/make_nm.cpp | 5 |
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); |