summaryrefslogtreecommitdiff
path: root/deps/v8/src/bootstrapper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/bootstrapper.cc')
-rw-r--r--deps/v8/src/bootstrapper.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/deps/v8/src/bootstrapper.cc b/deps/v8/src/bootstrapper.cc
index 2dbc030327..3810c6a191 100644
--- a/deps/v8/src/bootstrapper.cc
+++ b/deps/v8/src/bootstrapper.cc
@@ -1113,11 +1113,8 @@ bool Genesis::InstallNatives() {
}
#ifdef V8_HOST_ARCH_64_BIT
- // TODO(X64): Remove these tests when code generation works and is stable.
- MacroAssembler::ConstructAndTestJSFunction();
+ // TODO(X64): Remove this test when code generation works and is stable.
CodeGenerator::TestCodeGenerator();
- // TODO(X64): Reenable remaining initialization when code generation works.
- return true;
#endif // V8_HOST_ARCH_64_BIT