diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-10-07 11:38:04 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-10-07 11:38:04 +0900 |
commit | 900c984dd1fd3b7e57717b7904de6e1eacc1fde8 (patch) | |
tree | 618d1baf8afa2416bb4235d9c9d484a03e1609f5 /sample/test0.cpp | |
parent | ccdf68421bc8eb85693f573080fc0a5faad862db (diff) | |
parent | cb7d9947d2174ce6ed5f0f09fd6a9ec3b1b7bb99 (diff) | |
download | xbyak-7.08.tar.gz xbyak-7.08.zip |
Merge branch 'dev'v7.08
Diffstat (limited to 'sample/test0.cpp')
-rw-r--r-- | sample/test0.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sample/test0.cpp b/sample/test0.cpp index afbaf83..924c816 100644 --- a/sample/test0.cpp +++ b/sample/test0.cpp @@ -7,7 +7,6 @@ #endif #include <stdio.h> #include <stdlib.h> -#define XBYAK_NO_OP_NAMES #include "xbyak/xbyak.h" class Sample : public Xbyak::CodeGenerator { |