Index: src/v8.cc |
diff --git a/src/v8.cc b/src/v8.cc |
index 4a546dcef9da74d1a074ff271ef0027785843309..0048340d46a204e09e495df4c3b9eb767fb3abbe 100644 |
--- a/src/v8.cc |
+++ b/src/v8.cc |
@@ -95,7 +95,7 @@ void V8::InitializeOncePerProcessImpl() { |
#endif |
Sampler::SetUp(); |
CpuFeatures::Probe(false); |
- init_memcopy_functions(); |
+ OS::PostSetUp(); |
// The custom exp implementation needs 16KB of lookup data; initialize it |
// on demand. |
init_fast_sqrt_function(); |