Index: src/ia32/code-stubs-ia32.cc |
diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc |
index 71f7989a99545a45988cd66963eea444b7512c5c..5a7e2f7c561c524c0be2132dc422d33535e2dfdc 100644 |
--- a/src/ia32/code-stubs-ia32.cc |
+++ b/src/ia32/code-stubs-ia32.cc |
@@ -70,7 +70,8 @@ void NumberToStringStub::InitializeInterfaceDescriptor( |
static Register registers[] = { eax }; |
descriptor->register_param_count_ = 1; |
descriptor->register_params_ = registers; |
- descriptor->deoptimization_handler_ = NULL; |
+ descriptor->deoptimization_handler_ = |
+ Runtime::FunctionForId(Runtime::kNumberToString)->entry; |
} |