summaryrefslogtreecommitdiff
path: root/src/wasm-interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-interpreter.h')
-rw-r--r--src/wasm-interpreter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-interpreter.h b/src/wasm-interpreter.h
index 8da80afc9..8db33de74 100644
--- a/src/wasm-interpreter.h
+++ b/src/wasm-interpreter.h
@@ -3398,7 +3398,7 @@ public:
if (timeout.getSingleValue().getInteger() != 0) {
hostLimit("threads support");
}
- return Literal(int32_t(0)); // equal
+ return Literal(int32_t(2)); // Timed out
}
Flow visitAtomicNotify(AtomicNotify* curr) {
NOTE_ENTER("AtomicNotify");