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