From patchwork Thu Apr 1 21:46:20 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: target-i386: Fix variable in (disabled) debugging code Date: Thu, 01 Apr 2010 11:46:20 -0000 From: Adam Lackorzynski X-Patchwork-Id: 49247 Message-Id: <20100401214620.GC23153@os.inf.tu-dresden.de> To: qemu-devel@nongnu.org Signed-off-by: Adam Lackorzynski --- target-i386/op_helper.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-i386/op_helper.c b/target-i386/op_helper.c index 22259df..dcbdfe7 100644 --- a/target-i386/op_helper.c +++ b/target-i386/op_helper.c @@ -1231,7 +1231,7 @@ void do_interrupt(int intno, int is_int, int error_code, #if 0 { int i; - uint8_t *ptr; + target_ulong ptr; qemu_log(" code="); ptr = env->segs[R_CS].base + env->eip; for(i = 0; i < 16; i++) {