Index: src/wasm/wasm-interpreter.h |
diff --git a/src/wasm/wasm-interpreter.h b/src/wasm/wasm-interpreter.h |
index c5efd4426b14a450c272107133c572bb3cb45092..b106a202d218fb153dea168b1ef8f91bb748da19 100644 |
--- a/src/wasm/wasm-interpreter.h |
+++ b/src/wasm/wasm-interpreter.h |
@@ -163,7 +163,7 @@ class WasmInterpreter { |
// Thread iteration and inspection. |
//========================================================================== |
int GetThreadCount(); |
- Thread& GetThread(int id); |
+ Thread* GetThread(int id); |
//========================================================================== |
// Stack frame inspection. |