Fix bad data type.
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 1 Jan 2007 20:35:21 +0000 (20:35 +0000)
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 1 Jan 2007 20:35:21 +0000 (20:35 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2284 c046a42c-6fe2-441c-8c8c-71466251a162

target-mips/op.c

index 27fb3ef..0550d27 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 */