| Index: src/mips64/simulator-mips64.h
|
| diff --git a/src/mips64/simulator-mips64.h b/src/mips64/simulator-mips64.h
|
| index 8cc5ac18deb5189556f455802c42967ec73738a9..a9e0d3d11871f9b554d61f7f733e097fd9c14036 100644
|
| --- a/src/mips64/simulator-mips64.h
|
| +++ b/src/mips64/simulator-mips64.h
|
| @@ -493,7 +493,7 @@ class Simulator {
|
| // Exceptions.
|
| void SignalException(Exception e);
|
|
|
| - // Runtime call support.
|
| + // Runtime call support. Uses the isolate in a thread-safe way.
|
| static void* RedirectExternalReference(Isolate* isolate,
|
| void* external_function,
|
| ExternalReference::Type type);
|
|
|