aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vm_core.h b/vm_core.h
index 5a9e6bc646..e87d5aed0b 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -92,6 +92,10 @@
#endif
#endif
+#ifdef __native_client__
+#undef OPT_DIRECT_THREADED_CODE
+#endif
+
/* call threaded code */
#if OPT_CALL_THREADED_CODE
#if OPT_DIRECT_THREADED_CODE