oops Direct threading should be default
This commit is contained in:
parent
bab308b923
commit
e84083593c
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user