Commit efa2b2f
committed
Make
On x86-32 it exits after 2^32 iterations of
```
0x08048485 <+117>: addl $0x1,-0xc(%ebp)
0x08048489 <+121>: cmpl $0xffffffff,-0xc(%ebp)
0x0804848d <+125>: jne 0x8048485 <main+117>
```
which often completes in less than one second on my Arrow Lake system...
So do 2^64 iterations on x86-32 like we do on the 64-bit platforms.async_kill_with_syscallbuf2 run long enough on 32-bit systems1 parent 9851846 commit efa2b2f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments