diff options
author | MITSUNARI Shigeo <[email protected]> | 2013-03-25 12:08:13 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2013-03-25 12:08:13 +0900 |
commit | be26fde1fad7d163bb49c3cd5a88d8b58791e732 (patch) | |
tree | e77336f13def519cde68edeeb4dc899ca4020808 /test/Makefile | |
parent | f7872aef2114b8f167eeee3b713c19a6bec61923 (diff) | |
download | xbyak-be26fde1fad7d163bb49c3cd5a88d8b58791e732.tar.gz xbyak-be26fde1fad7d163bb49c3cd5a88d8b58791e732.zip |
support label for mov without AutoGrow
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index f101dda..2d5a5bf 100644 --- a/test/Makefile +++ b/test/Makefile @@ -23,8 +23,8 @@ test_mmx: test_mmx.cpp ../xbyak/xbyak.h $(CXX) $(CFLAGS) test_mmx.cpp -o $@ -lpthread jmp: jmp.cpp ../xbyak/xbyak.h $(CXX) $(CFLAGS) jmp.cpp -o $@ -m32 -jmp64: jmp.cpp ../xbyak/xbyak.h -m64 - $(CXX) $(CFLAGS) jmp.cpp -o $@ +jmp64: jmp.cpp ../xbyak/xbyak.h + $(CXX) $(CFLAGS) jmp.cpp -o $@ -m64 address: address.cpp ../xbyak/xbyak.h $(CXX) $(CFLAGS) address.cpp -o $@ -m32 address64: address.cpp ../xbyak/xbyak.h |