mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-26 08:02:52 +00:00
The puller register array is made up of u32s however the `NUM_REGS` value is the size in bytes, so switch it to avoid making the struct unnecessary large. Also fix a small typo in a comment.