mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-24 12:42:36 +00:00
Fixes some examples (see #26) Reason is newlib's `memset()` clobbers the a0 register, meaning that `t` points to garbage after the call.
Fixes some examples (see #26) Reason is newlib's `memset()` clobbers the a0 register, meaning that `t` points to garbage after the call.