diff options
Diffstat (limited to 'test/make_nm.cpp')
-rw-r--r-- | test/make_nm.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/make_nm.cpp b/test/make_nm.cpp index 69b6bab..54a8014 100644 --- a/test/make_nm.cpp +++ b/test/make_nm.cpp @@ -598,6 +598,10 @@ class Test { "fxtract", "fyl2x", "fyl2xp1", + + "monitorx", + "mwaitx", + "clzero", }; for (size_t i = 0; i < NUM_OF_ARRAY(tbl); i++) { put(tbl[i]); |