Skip to content

Commit f6df1c5

Browse files
author
Simon Tietz
committed
to pull
1 parent 2570bc6 commit f6df1c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/practical/deadlock.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@ int main(void) {
2525
proc_b(NULL);
2626
int x, y;
2727
asm ("nop" : "=g" (lock_a), "=x" (x));
28-
asm ("nop" : "=g" (lock_a), "=x" (x));
2928
puts("no deadlock!");
3029
}

0 commit comments

Comments
 (0)