| Index: src/assembler.h
|
| diff --git a/src/assembler.h b/src/assembler.h
|
| index 1879872627a8fafac2cc917a97dd4c8d5b8cf946..b489cd7d2853329f41faadbf10487f6be8e6a0eb 100644
|
| --- a/src/assembler.h
|
| +++ b/src/assembler.h
|
| @@ -913,7 +913,14 @@ class ExternalReference BASE_EMBEDDED {
|
| static ExternalReference new_deoptimizer_function(Isolate* isolate);
|
| static ExternalReference compute_output_frames_function(Isolate* isolate);
|
|
|
| - static ExternalReference trunc64_wrapper_function(Isolate* isolate);
|
| + static ExternalReference f32_trunc_wrapper_function(Isolate* isolate);
|
| + static ExternalReference f32_floor_wrapper_function(Isolate* isolate);
|
| + static ExternalReference f32_ceil_wrapper_function(Isolate* isolate);
|
| + static ExternalReference f32_nearest_int_wrapper_function(Isolate* isolate);
|
| + static ExternalReference f64_trunc_wrapper_function(Isolate* isolate);
|
| + static ExternalReference f64_floor_wrapper_function(Isolate* isolate);
|
| + static ExternalReference f64_ceil_wrapper_function(Isolate* isolate);
|
| + static ExternalReference f64_nearest_int_wrapper_function(Isolate* isolate);
|
|
|
| // Log support.
|
| static ExternalReference log_enter_external_function(Isolate* isolate);
|
|
|