fix 'i' format handling in memory dump
authorGleb Natapov <gleb@redhat.com>
Sun, 21 Feb 2010 14:23:20 +0000 (16:23 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 23 Feb 2010 19:23:29 +0000 (13:23 -0600)
commit0222d55fbd8733e76628a690c7c0928b05327544
treeaa64395ddd9b54bfa2d6d3d9232514d726050431
parent826896f2fd2763e068d601d81be00788a1e7ea45
fix 'i' format handling in memory dump

It was broken by 09b9418c6d0. (!env && !is_physical) != (!is_physical)
when env is true.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
monitor.c