OpenOrbis / musl

A PS4 port of musl for the OpenOrbis PS4 Toolchain.
Other
34 stars 9 forks source link

Fix CRT for proper argv parsing #23

Closed sleirsgoevy closed 2 years ago

sleirsgoevy commented 2 years ago

See here for why this is correct.

Cryptogenic commented 2 years ago

Need to verify this works with SSE. It might depending on the stack state, but I remembered I added the 16-byte alignment on RSP in the CRT stub because we had some issues with SSE in the past. When we confirm SSE works with these CRT changes I'll merge.

Cryptogenic commented 2 years ago

Seems to work with SDL2 sample which uses SSE - merging.