summaryrefslogtreecommitdiffstats
path: root/src/x64/cpu-x64.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/x64/cpu-x64.cc')
-rw-r--r--src/x64/cpu-x64.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x64/cpu-x64.cc b/src/x64/cpu-x64.cc
index a43a02bb..30134bf1 100644
--- a/src/x64/cpu-x64.cc
+++ b/src/x64/cpu-x64.cc
@@ -42,7 +42,7 @@ namespace v8 {
namespace internal {
void CPU::Setup() {
- CpuFeatures::Probe();
+ CpuFeatures::Probe(true);
}