mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
In places where the "user" state is available, like interrupt handlers, panic() and kassert() can now take an optional pointer to that user cpu_state structure, and the panic handler will print that out as well.