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