Commit 2281fd6
Merge #328
328: Prevent underflow when calling delay(n) with n<2 r=jonas-schievink a=ovidiusabou
Calling delay(1) causes a very long wait (freeze) otherwise.
86cd463 introduced this behaviour by
changing the cycle count from n / 4 + 1 to n / 2 which forces an
underflow when n<2.
Co-authored-by: Ovidiu Sabou <[email protected]>
Co-authored-by: Jonas Schievink <[email protected]>File tree
15 files changed
+2
-1
lines changed- asm
- bin
15 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments