]> Git Repo - qemu.git/commitdiff
target-i386: Fix variable in (disabled) debugging code
authorAdam Lackorzynski <[email protected]>
Thu, 1 Apr 2010 21:46:20 +0000 (23:46 +0200)
committerAurelien Jarno <[email protected]>
Thu, 8 Apr 2010 19:44:40 +0000 (21:44 +0200)
Signed-off-by: Adam Lackorzynski <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
target-i386/op_helper.c

index 22259dfcd7971fd09dc78b1bcfa7db86a5eb37ed..dcbdfe7e0bcbbc860179b44fb1e9f7c0cd78b020 100644 (file)
@@ -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++) {
This page took 0.028419 seconds and 4 git commands to generate.