mirror of
https://github.com/mii443/qemu.git
synced 2025-08-27 09:29:48 +00:00
Modern compilers do not parse "=-" as decrement: you must use "-=" for that. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>