summaryrefslogtreecommitdiff
path: root/src/wasm
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm')
-rw-r--r--src/wasm/wasm-type.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm/wasm-type.cpp b/src/wasm/wasm-type.cpp
index 9ac23bd96..da40bb10e 100644
--- a/src/wasm/wasm-type.cpp
+++ b/src/wasm/wasm-type.cpp
@@ -44,7 +44,7 @@
namespace wasm {
-static TypeSystem typeSystem = TypeSystem::Equirecursive;
+static TypeSystem typeSystem = TypeSystem::Isorecursive;
void setTypeSystem(TypeSystem system) { typeSystem = system; }