[ARM] Fix double compare with zero instructions.
Accessing register index -1 causes vfp_get_double() to enter an infinite loop. Use VFP_REG_ZERO (value 16) and provide code to emulate a sixteenth register which always returns 0.0
Showing
Please register or sign in to comment