Remove obsoleted opt_call_c_function insn (#3232)

* Remove obsoleted opt_call_c_function insn

* Keep opt_call_c_function with DEFINE_INSN_IF
This commit is contained in:
Takashi Kokubun 2020-06-17 09:16:01 -07:00 committed by GitHub
parent e30ff63fd4
commit e544a3a23c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2020-06-18 01:16:34 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>
5 changed files with 6 additions and 10 deletions

View file

@ -62,6 +62,10 @@
#define OPT_SUPPORT_JOKE 0
#endif
#ifndef OPT_SUPPORT_CALL_C_FUNCTION
#define OPT_SUPPORT_CALL_C_FUNCTION 0
#endif
#ifndef VM_COLLECT_USAGE_DETAILS
#define VM_COLLECT_USAGE_DETAILS 0
#endif