Index: src/mips64/simulator-mips64.h |
diff --git a/src/mips64/simulator-mips64.h b/src/mips64/simulator-mips64.h |
index fba2b220e1cf7f2531636f4921646428a2242c10..1932242ab384723e1f079542603b18d41756b6b7 100644 |
--- a/src/mips64/simulator-mips64.h |
+++ b/src/mips64/simulator-mips64.h |
@@ -229,6 +229,8 @@ class Simulator { |
// Call on program start. |
static void Initialize(Isolate* isolate); |
+ static void TearDown(HashMap* i_cache, Redirection* first); |
+ |
// V8 generally calls into generated JS code with 5 parameters and into |
// generated RegExp code with 7 parameters. This is a convenience function, |
// which sets up the simulator state and grabs the result on return. |