We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2570bc6 commit f6df1c5Copy full SHA for f6df1c5
tests/practical/deadlock.c
@@ -25,6 +25,5 @@ int main(void) {
25
proc_b(NULL);
26
int x, y;
27
asm ("nop" : "=g" (lock_a), "=x" (x));
28
- asm ("nop" : "=g" (lock_a), "=x" (x));
29
puts("no deadlock!");
30
}
0 commit comments