matt-kempster / m2c

A MIPS and PowerPC decompiler.
GNU General Public License v3.0
411 stars 49 forks source link

Add the posibility to type saved registers #284

Open dbalatoni13 opened 3 weeks ago

dbalatoni13 commented 3 weeks ago

This is often useful when a void* is cast to a specific type and loaded into a saved register. It should be tested whether it causes issues in optimized code.