Code: Select all
if (fabs(angle) > VALUE_LIMIT) {
If I knew how to just get that one disassembled, I'd post what it was and the list of registers, but I don't know how to do that :|
E] The line that appears to crash it is...
Code: Select all
div zero,v0,s4
E2] I tried to run it in psp-gdb with PSPLink, and I think there's a problem with the fabs function. It just doesn't seem to work. Maybe I'm just imagining it? I tried updating the psptoolchain, but the build keeps failing. I seem to get a sighup midway through :(
E3] Maybe not. Maybe there's just a problem with SDL_gfx