diff options
author | MITSUNARI Shigeo <[email protected]> | 2021-12-09 16:30:19 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2021-12-09 16:30:19 +0900 |
commit | 3162eb16f2add35a38f5e12fdee8b2aa8c7760a6 (patch) | |
tree | 6dfdc8f92434fd9d106386daa5eac5f23ef10c32 /test/make_nm.cpp | |
parent | bb55725a9a137b159050cb26276552ccf55bb0d6 (diff) | |
download | xbyak-3162eb16f2add35a38f5e12fdee8b2aa8c7760a6.tar.gz xbyak-3162eb16f2add35a38f5e12fdee8b2aa8c7760a6.zip |
add test of hlt
Diffstat (limited to 'test/make_nm.cpp')
-rw-r--r-- | test/make_nm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/make_nm.cpp b/test/make_nm.cpp index 6fd875a..b797df5 100644 --- a/test/make_nm.cpp +++ b/test/make_nm.cpp @@ -512,6 +512,7 @@ class Test { "cmpsb", "cmpsw", "cmpsd", + "hlt", "int3", "leave", "lodsb", |