Index: src/ia32/macro-assembler-ia32.h |
diff --git a/src/ia32/macro-assembler-ia32.h b/src/ia32/macro-assembler-ia32.h |
index d52249437324fe28300f9cfe410cebff7508d35c..3caf985e9751e517c46f515b0fcfd97d61446c52 100644 |
--- a/src/ia32/macro-assembler-ia32.h |
+++ b/src/ia32/macro-assembler-ia32.h |
@@ -22,12 +22,11 @@ const Register kInterpreterAccumulatorRegister = {Register::kCode_eax}; |
const Register kInterpreterRegisterFileRegister = {Register::kCode_edx}; |
const Register kInterpreterBytecodeOffsetRegister = {Register::kCode_ecx}; |
const Register kInterpreterBytecodeArrayRegister = {Register::kCode_edi}; |
-const Register kInterpreterDispatchTableRegister = {Register::kCode_ebx}; |
const Register kRuntimeCallFunctionRegister = {Register::kCode_ebx}; |
const Register kRuntimeCallArgCountRegister = {Register::kCode_eax}; |
// Spill slots used by interpreter dispatch calling convention. |
-const int kInterpreterContextSpillSlot = -1; |
+const int kInterpreterDispatchTableSpillSlot = -1; |
// Convenience for platform-independent signatures. We do not normally |
// distinguish memory operands from other operands on ia32. |