diff options
Diffstat (limited to 'src/pkg/runtime/asm_386.s')
| -rw-r--r-- | src/pkg/runtime/asm_386.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pkg/runtime/asm_386.s b/src/pkg/runtime/asm_386.s index e18d877895..b40b75521a 100644 --- a/src/pkg/runtime/asm_386.s +++ b/src/pkg/runtime/asm_386.s @@ -505,6 +505,9 @@ TEXT runtime·cas(SB), NOSPLIT, $0-13 TEXT runtime·casuintptr(SB), NOSPLIT, $0-13 JMP runtime·cas(SB) +TEXT runtime·atomicloaduintptr(SB), NOSPLIT, $0-8 + JMP runtime·atomicload(SB) + // bool runtime·cas64(uint64 *val, uint64 old, uint64 new) // Atomically: // if(*val == *old){ |
