summaryrefslogtreecommitdiff
path: root/deps/v8/src/ppc/simulator-ppc.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/ppc/simulator-ppc.h')
-rw-r--r--deps/v8/src/ppc/simulator-ppc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/deps/v8/src/ppc/simulator-ppc.h b/deps/v8/src/ppc/simulator-ppc.h
index 544b9d463e..45b350b742 100644
--- a/deps/v8/src/ppc/simulator-ppc.h
+++ b/deps/v8/src/ppc/simulator-ppc.h
@@ -190,6 +190,7 @@ class Simulator : public SimulatorBase {
static void SetRedirectInstruction(Instruction* instruction);
// ICache checking.
+ static bool ICacheMatch(void* one, void* two);
static void FlushICache(base::CustomMatcherHashMap* i_cache, void* start,
size_t size);
@@ -328,9 +329,6 @@ class Simulator : public SimulatorBase {
// Debugger input.
char* last_debugger_input_;
- // Icache simulation
- base::CustomMatcherHashMap* i_cache_;
-
// Registered breakpoints.
Instruction* break_pc_;
Instr break_instr_;