X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=hw%2Fvmport.c;h=bf56b84c57b0adea8480e9a0542e6fba9eabc14c;hb=cd346349b45ef056f138a184f660b8c34c3213cc;hp=e477fe88c4b2b97ad01fdbff41cb0c9750053681;hpb=0975c30454de8e64d62d6a9360d7180f2e8d4e10;p=qemu diff --git a/hw/vmport.c b/hw/vmport.c index e477fe8..bf56b84 100644 --- a/hw/vmport.c +++ b/hw/vmport.c @@ -52,7 +52,7 @@ static uint32_t vmport_ioport_read(void *opaque, uint32_t addr) { VMPortState *s = opaque; unsigned char command; - target_ulong eax; + uint32_t eax; eax = s->env->regs[R_EAX]; if (eax != VMPORT_MAGIC)