summaryrefslogtreecommitdiff
path: root/vm_opts.h
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2020-10-05 16:12:28 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:25 -0400
commite84083593cb58a99757f23c1810663b9631b4034 (patch)
tree90178cd9d29bcb66a81734be7bce8305e9290bf3 /vm_opts.h
parentbab308b923f9297e4c4a2f9c12e664d95c710e3f (diff)
oops Direct threading should be default
Diffstat (limited to 'vm_opts.h')
-rw-r--r--vm_opts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_opts.h b/vm_opts.h
index a10b26039c..b0ca81f304 100644
--- a/vm_opts.h
+++ b/vm_opts.h
@@ -34,7 +34,7 @@
* 2: call (function call for each insn dispatch)
*/
#ifndef OPT_THREADED_CODE
-#define OPT_THREADED_CODE 2
+#define OPT_THREADED_CODE 0
#endif
#define OPT_DIRECT_THREADED_CODE (OPT_THREADED_CODE == 0)