oops Direct threading should be default

This commit is contained in:
Alan Wu 2020-10-05 16:12:28 -04:00
parent bab308b923
commit e84083593c

View File

@ -34,7 +34,7 @@
* 2: call (function call for each insn dispatch) * 2: call (function call for each insn dispatch)
*/ */
#ifndef OPT_THREADED_CODE #ifndef OPT_THREADED_CODE
#define OPT_THREADED_CODE 2 #define OPT_THREADED_CODE 0
#endif #endif
#define OPT_DIRECT_THREADED_CODE (OPT_THREADED_CODE == 0) #define OPT_DIRECT_THREADED_CODE (OPT_THREADED_CODE == 0)