diff options
author | MITSUNARI Shigeo <[email protected]> | 2013-06-21 21:20:54 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2013-06-21 21:20:54 +0900 |
commit | 265dfa658883b02bd2054cd1a0d6cc826ce7cd3a (patch) | |
tree | c83b2ff0f155825ab68c40c845661785e88f30a2 /sample/toyvm.cpp | |
parent | 8bfefc8f1f2420bea62fe30b5096ef6f4b59eb7f (diff) | |
download | xbyak-265dfa658883b02bd2054cd1a0d6cc826ce7cd3a.tar.gz xbyak-265dfa658883b02bd2054cd1a0d6cc826ce7cd3a.zip |
support putL(LABEL); function
Diffstat (limited to 'sample/toyvm.cpp')
-rw-r--r-- | sample/toyvm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sample/toyvm.cpp b/sample/toyvm.cpp index aa2e3ad..a98b7ce 100644 --- a/sample/toyvm.cpp +++ b/sample/toyvm.cpp @@ -27,6 +27,7 @@ #include <stdlib.h> #include <memory.h> #include <vector> +#define XBYAK_NO_OP_NAMES #include "xbyak/xbyak.h" #include "xbyak/xbyak_util.h" #define NUM_OF_ARRAY(x) (sizeof(x) / sizeof(x[0])) |