You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the Interrupt enum descriminant match the interrupt nr directly.
This allows simplifying Interrupt::nr from being a complicated match to
a simple cast to an u8.
According to #370, this should lead to a code reduction of as much as
304 bytes.
Fixes#211Fixes#370
0 commit comments