Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 1b1bc3923280f01d770e84cd215ac0a445c58563..37b1c51f89ac0cf853b824bc825c57c92b95f9b8 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -949,7 +949,9 @@ namespace internal { |
F(ThrowWasmTrapFloatUnrepresentable, 0, 1) \ |
F(ThrowWasmTrapFuncInvalid, 0, 1) \ |
F(ThrowWasmTrapFuncSigMismatch, 0, 1) \ |
- F(WasmRunInterpreter, 3, 1) |
+ F(WasmRunInterpreter, 3, 1) \ |
+ F(SetThreadInWasm, 0, 1) \ |
+ F(ClearThreadInWasm, 0, 1) |
#define FOR_EACH_INTRINSIC_RETURN_PAIR(F) \ |
F(LoadLookupSlotForCall, 1, 2) |