fix mode of test

This commit is contained in:
MITSUNARI Shigeo 2014-08-31 22:32:20 +09:00
parent e0476a74f0
commit c9bed5ff30

View file

@ -5,7 +5,7 @@ ifeq ($(shell uname -m),x86_64)
BIT=64
endif
ifneq ($(MODE_BIT),64)
ifeq ($(MODE_BIT),64)
TARGET += jmp64 address64
endif