Age | Commit message (Collapse) | Author |
|
|
|
|
|
It wasn't giving us much.
|
|
|
|
|
|
|
|
We're already writing to the trigger register, no need to CHAIN_TO
them.
|
|
|
|
|
|
|
|
|
|
|
|
So that if a handler triggers it again but before returning, we see it.
|
|
|
|
|
|
|
|
Division is surprisingly expensive.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This gives us:
- [[maybe_unused]] instead of [[gnu::unused]]
- bool/true/false are predefined, so no need for <stdbool.h>
|
|
|
|
|
|
|
|
Lo and behold, there was a mistake in chan.c.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|