Changeset fb9999f28a5f825abbec81618c22d88d639ddc7b
- Timestamp:
- 03/01/11 20:02:30
(2 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1299009750 +0000
- git-parent:
[02437699917085eff2bf16b44ba0b6751ca7e36d]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1299009750 +0000
- Message:
do what we meant to do
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf64ae82 |
rfb9999f |
|
| 85 | 85 | #if (SIZEOF_VOID_P == 8) |
|---|
| 86 | 86 | static inline void * |
|---|
| 87 | | noit_atomic_cas64(volatile void **ptr, |
|---|
| | 87 | noit_atomic_casptr(volatile void **ptr, |
|---|
| 88 | 88 | volatile void *rpl, |
|---|
| 89 | 89 | volatile void *curr) { |
|---|