mirror of
https://github.com/mii443/qemu.git
synced 2025-08-27 09:29:48 +00:00
assert("...") will never do anything. This assertion handles a case which should never occur, so it must be assert(!"..."). Cc: Alon Levy <alevy@redhat.com> Signed-off-by: Stefan Weil <sw@weilnetz.de>