| Index: src/runtime/runtime.h | 
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h | 
| index ffd22312a131c3756bf7e1c40be6ef17f94a227e..cb5cb312d51c215cc4563f8f1a5ee361aeafe480 100644 | 
| --- a/src/runtime/runtime.h | 
| +++ b/src/runtime/runtime.h | 
| @@ -945,7 +945,9 @@ namespace internal { | 
| F(ThrowWasmTrapRemByZero, 0, 1)            \ | 
| F(ThrowWasmTrapFloatUnrepresentable, 0, 1) \ | 
| F(ThrowWasmTrapFuncInvalid, 0, 1)          \ | 
| -  F(ThrowWasmTrapFuncSigMismatch, 0, 1) | 
| +  F(ThrowWasmTrapFuncSigMismatch, 0, 1)      \ | 
| +  F(SetThreadInWasm, 0, 1)                   \ | 
| +  F(ClearThreadInWasm, 0, 1) | 
|  | 
| #define FOR_EACH_INTRINSIC_RETURN_PAIR(F) \ | 
| F(LoadLookupSlotForCall, 1, 2) | 
|  |