From 477c56813b0cc81a94e2990bbc0de67703eee54e Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Thu, 27 Mar 2014 12:34:07 +0800 Subject: [PATCH] config.mk: set X86_REDUCE back to 'no' as default value --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 0b185a77..fa0ad9e8 100644 --- a/config.mk +++ b/config.mk @@ -75,4 +75,4 @@ CAPSTONE_DIET = no # By default, Capstone is compiled with 'CAPSTONE_X86_REDUCE = no', # thus supports complete X86 instructions. -CAPSTONE_X86_REDUCE = yes +CAPSTONE_X86_REDUCE = no