mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
![Jed Davis](/assets/img/avatar_default.png)
The move resolver doesn't understand using a pair of registers, which we have to do on ARM softfp to pass doubles in the integer registers, if they occur early enough in the argument list. We had a workaround (see uses of floatArgsInGPR) for when the argument is moved from a float register; this change extends it to handle loading from memory.