mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-11 21:01:07 +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.