Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

Unified Diff: src/bootstrapper.cc

Issue 1891033002: [Atomics] Remove Atomics code stubs; use TF ops (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: remove s390 code stub Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/arm64/interface-descriptors-arm64.cc ('k') | src/builtins.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/bootstrapper.cc
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
index 52a772715e2a89df123648152c5f124e525cba5f..33a9ef1aee2132fa5b8664422a49e43c02c96e44 100644
--- a/src/bootstrapper.cc
+++ b/src/bootstrapper.cc
@@ -2460,7 +2460,7 @@ void Genesis::InitializeGlobal_harmony_sharedarraybuffer() {
JSObject::AddProperty(global, name, atomics_object, DONT_ENUM);
SimpleInstallFunction(atomics_object, factory->InternalizeUtf8String("load"),
- Builtins::kAtomicsLoadCheck, 2, true);
+ Builtins::kAtomicsLoad, 2, true);
}
« no previous file with comments | « src/arm64/interface-descriptors-arm64.cc ('k') | src/builtins.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698