]> git.proxmox.com Git - qemu.git/commit
exec: Fix compilation error for debug code
authorStefan Weil <weil@mail.berlios.de>
Thu, 30 Sep 2010 20:39:51 +0000 (22:39 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 3 Oct 2010 06:41:09 +0000 (06:41 +0000)
commit7fd3f494409775b491ca08f9026c45da13852a6d
treedf450ce5eafd77bed31e3f4765a776173f32cd9e
parentb832134d8ab6cb455bf182c99e5610803d8d2500
exec: Fix compilation error for debug code

is_softmmu was removed with commit
d4c430a80f000d722bb70287af4d4c184a8d7006,
so remove it now from debug code, too.

Fix also the format specifier for paddr
in the same line of code.

Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
exec.c