Avoid defining unused instructions

This commit is contained in:
Takashi Kokubun 2019-09-03 02:51:48 +09:00
parent 355ccdeae5
commit 1a9cc3b27c
Notes: git 2019-09-03 14:23:11 +09:00
4 changed files with 25 additions and 20 deletions

View file

@ -61,7 +61,8 @@
#define OPT_STACK_CACHING 0
/* misc */
#define SUPPORT_JOKE 0
#define OPT_SUPPORT_JOKE 0
#define SUPPORT_JOKE OPT_SUPPORT_JOKE
#ifndef VM_COLLECT_USAGE_DETAILS
#define VM_COLLECT_USAGE_DETAILS 0