diff options
author | Ori Bernstein <ori@eigenstate.org> | 2016-05-06 16:32:57 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2016-05-06 16:32:57 -0700 |
commit | 278b89b6962d2d81d280e4578a3481943a6ee79b (patch) | |
tree | ce401e1d945e6932f250927b1ff75d61de569709 /lib/thread | |
parent | fe464d312c57a23d985542f317d322a0115dd8a0 (diff) | |
download | mc-278b89b6962d2d81d280e4578a3481943a6ee79b.tar.gz |
Update libthread on 9front.
Diffstat (limited to 'lib/thread')
-rw-r--r-- | lib/thread/atomic-impl+plan9-x64.s | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/thread/atomic-impl+plan9-x64.s b/lib/thread/atomic-impl+plan9-x64.s index 8765199..22318eb 100644 --- a/lib/thread/atomic-impl+plan9-x64.s +++ b/lib/thread/atomic-impl+plan9-x64.s @@ -31,19 +31,6 @@ TEXT thread$xaddp+0(SB),1,$0 MOVQ SI, AX RET -TEXT thread$xsub32+0(SB),1,$0 - LOCK; XSUBL SI, (DI) - MOVL SI, AX - RET -TEXT thread$xsub64+0(SB),1,$0 - LOCK; XSUBQ SI, (DI) - MOVQ SI, AX - RET -TEXT thread$xsubp+0(SB),1,$0 - LOCK; XSUBQ SI, (DI) - MOVQ SI, AX - RET - TEXT thread$xcas32+0(SB),1,$0 MOVL SI, AX LOCK; CMPXCHGL DX, (DI) |