diff options
| author | rsc <devnull@localhost> | 2004-12-26 21:51:15 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-12-26 21:51:15 +0000 |
| commit | 5f8fa94796903bf81db4f1dc76d433a80308b3d4 (patch) | |
| tree | bc94c36965c4bf6cdb420c4c5fe628024647f88e /src/lib9/tas-386.s | |
| parent | b2ff5382580e13d82ca48966c9d79d3318865cba (diff) | |
| download | plan9port-5f8fa94796903bf81db4f1dc76d433a80308b3d4.tar.gz plan9port-5f8fa94796903bf81db4f1dc76d433a80308b3d4.zip | |
cleanups - lots of removed files now in thread library.
qlock.c - stubs to thread library
notify.c - clean interface slightly.
Diffstat (limited to 'src/lib9/tas-386.s')
| -rw-r--r-- | src/lib9/tas-386.s | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib9/tas-386.s b/src/lib9/tas-386.s deleted file mode 100644 index 7a62d2d3..00000000 --- a/src/lib9/tas-386.s +++ /dev/null @@ -1,6 +0,0 @@ -.globl _tas -_tas: - movl $0xCAFEBABE, %eax - movl 4(%esp), %ecx - xchgl %eax, 0(%ecx) - ret |
