mirror of
https://github.com/mii443/qemu.git
synced 2025-08-27 09:29:48 +00:00
The address register is overriden when it corresponds to v0 and the fast path is taken, which leads to a crash. Fix that by using the a0 register instead. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>