decompals / ido-static-recomp

IDO static recomp
43 stars 10 forks source link

Fix some more UB #31

Closed EllipticEllipsis closed 2 years ago

EllipticEllipsis commented 2 years ago

Add casts to two of the ll wrappers to prevent UB (and ASAN shouting about UB), in particular

In theory this may not always emulate the correct behaviour, but it builds both OoT and MM OK so in the rare cases that it matters it's probably fine.

Also formatted the makefile so it doesn't use tabs for things that are not recipes, this was certainly confusing my VSCode so it probably can cause other problems as well.

EllipticEllipsis commented 2 years ago

Addresses #29