diff options
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1346,6 +1346,7 @@ static int sfaa(int *ptr) int main(void) { int val = 42; + val = __sync_val_compare_and_swap(&val, 0, 1); sfaa(&val); return val; } |
index : spice/qemu | ||
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu) | root |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | configure | 1 |
@@ -1346,6 +1346,7 @@ static int sfaa(int *ptr) int main(void) { int val = 42; + val = __sync_val_compare_and_swap(&val, 0, 1); sfaa(&val); return val; } |