| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 2923bd8802e1af9b4ae6e7290fcf3e8e921515c9..bfb769f9e31f58db8d558925258d2c8aca8f7c3b 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -948,7 +948,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)
|
|
|