Index: src/mips64/lithium-codegen-mips64.h |
diff --git a/src/mips64/lithium-codegen-mips64.h b/src/mips64/lithium-codegen-mips64.h |
index 38890b371e6c77eb37f0421e23e3c117ffd12afa..8f0e82c4ed6e18555d92c0d06f614db70a87c140 100644 |
--- a/src/mips64/lithium-codegen-mips64.h |
+++ b/src/mips64/lithium-codegen-mips64.h |
@@ -358,7 +358,7 @@ class LCodeGen: public LCodeGenBase { |
void EmitVectorLoadICRegisters(T* instr); |
ZoneList<LEnvironment*> deoptimizations_; |
- ZoneList<Deoptimizer::JumpTableEntry> jump_table_; |
+ ZoneList<Deoptimizer::JumpTableEntry*> jump_table_; |
ZoneList<Handle<Object> > deoptimization_literals_; |
int inlined_function_count_; |
Scope* const scope_; |