diff options
Diffstat (limited to 'src/pkg/runtime/asm_amd64.s')
| -rw-r--r-- | src/pkg/runtime/asm_amd64.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pkg/runtime/asm_amd64.s b/src/pkg/runtime/asm_amd64.s index 3dafc83708..01ec391153 100644 --- a/src/pkg/runtime/asm_amd64.s +++ b/src/pkg/runtime/asm_amd64.s @@ -624,6 +624,9 @@ cas64_fail: TEXT runtime·casuintptr(SB), NOSPLIT, $0-25 JMP runtime·cas64(SB) +TEXT runtime·atomicloaduintptr(SB), NOSPLIT, $0-16 + JMP runtime·atomicload64(SB) + // bool casp(void **val, void *old, void *new) // Atomically: // if(*val == old){ |
