aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/internal/atomic/asm_wasm.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/internal/atomic/asm_wasm.s')
-rw-r--r--src/runtime/internal/atomic/asm_wasm.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/runtime/internal/atomic/asm_wasm.s b/src/runtime/internal/atomic/asm_wasm.s
new file mode 100644
index 0000000000..7c33cb1ee9
--- /dev/null
+++ b/src/runtime/internal/atomic/asm_wasm.s
@@ -0,0 +1,10 @@
+// Copyright 2020 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+#include "textflag.h"
+
+TEXT runtime∕internal∕atomic·StorepNoWB(SB), NOSPLIT, $0-16
+ MOVD ptr+0(FP), R0
+ MOVD val+8(FP), 0(R0)
+ RET