mirror of
https://github.com/FEX-Emu/xbyak.git
synced 2025-02-23 23:10:30 +00:00
remove kanji in comments
This commit is contained in:
parent
f473d69dc7
commit
4ea82aa4ba
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user