]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commitdiff
Fix bad data type.
authorths <ths>
Mon, 1 Jan 2007 20:35:21 +0000 (20:35 +0000)
committerths <ths>
Mon, 1 Jan 2007 20:35:21 +0000 (20:35 +0000)
target-mips/op.c

index 27fb3ef59af4bf24a633a783f9fdd877dc9bd3df..0550d27869e838a72319267fbedb979a14f62273 100644 (file)
@@ -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 */