summaryrefslogtreecommitdiff
path: root/vm_opts.h
diff options
context:
space:
mode:
authorAlan Wu <[email protected]>2020-10-05 16:12:28 -0400
committerAlan Wu <[email protected]>2021-10-20 18:19:25 -0400
commite84083593cb58a99757f23c1810663b9631b4034 ()
tree90178cd9d29bcb66a81734be7bce8305e9290bf3 /vm_opts.h
parentbab308b923f9297e4c4a2f9c12e664d95c710e3f (diff)
oops Direct threading should be default
-rw-r--r--vm_opts.h2
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@
* 2: call (function call for each insn dis)
*/
#ifndef OPT_THREADED_CODE
-#define OPT_THREADED_CODE 2
#endif
#define OPT_DIRECT_THREADED_CODE (OPT_THREADED_CODE == 0)