From: ths Date: Mon, 1 Jan 2007 20:35:21 +0000 (+0000) Subject: Fix bad data type. X-Git-Tag: release_0_9_1~1611 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b01c73a3184e62f4669383ea593e93853a1aa96a;p=qemu-xen-4.5-testing.git Fix bad data type. --- diff --git a/target-mips/op.c b/target-mips/op.c index 27fb3ef59..0550d2786 100644 --- a/target-mips/op.c +++ b/target-mips/op.c @@ -1330,7 +1330,7 @@ void op_mtc0_count (void) void op_mtc0_entryhi (void) { - uint32_t old, val; + target_ulong old, val; /* 1k pages not implemented */ /* Ignore MIPS64 TLB for now */