aboutsummaryrefslogtreecommitdiffhomepage
path: root/sample/toyvm.cpp
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2013-06-21 21:20:54 +0900
committerMITSUNARI Shigeo <[email protected]>2013-06-21 21:20:54 +0900
commit265dfa658883b02bd2054cd1a0d6cc826ce7cd3a (patch)
treec83b2ff0f155825ab68c40c845661785e88f30a2 /sample/toyvm.cpp
parent8bfefc8f1f2420bea62fe30b5096ef6f4b59eb7f (diff)
downloadxbyak-265dfa658883b02bd2054cd1a0d6cc826ce7cd3a.tar.gz
xbyak-265dfa658883b02bd2054cd1a0d6cc826ce7cd3a.zip
support putL(LABEL); function
Diffstat (limited to 'sample/toyvm.cpp')
-rw-r--r--sample/toyvm.cpp1
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]))