exec: remove unused compacted argument
commitefee678d6df6ea2f531425e38825883008b3c1a0
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 28 Sep 2016 12:37:20 +0000 (28 16:37 +0400)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 8 Oct 2016 08:25:29 +0000 (8 11:25 +0300)
tree14d8d64d74f5fbd2aac22e3b2be32d7ecf5db460
parentb16c129daf0fed91febbb88de23dae8271c8898a
exec: remove unused compacted argument

Since commit b35ba30f8f when it was introduced, phys_page_compact()
takes an unused compacted argument.

ubsan complains about it when launching qemu-x86_64 without arguments:
qemu/exec.c:310:5: runtime error: variable length array bound evaluates to non-positive value 0

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
exec.c