mirror of
https://github.com/mii443/qemu.git
synced 2025-08-26 08:59:36 +00:00
Store slow path has been broken in e141ab52d
:
- the arguments are shifted before the last one (mem_index) is written.
- the shift is done for both slow and fast paths.
Fix that. Also optimize a bit by bundling the move together. This still
can be optimized, but it's better to wait for a decision to be taken on
the arguments order.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>