Commit 0feef828e182f5b644d1d33a9ff3c54fc326b740

Authored by ths
1 parent 3a3f24fc

Fix bad data type.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2284 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
target-mips/op.c
... ... @@ -1330,7 +1330,7 @@ void op_mtc0_count (void)
1330 1330  
1331 1331 void op_mtc0_entryhi (void)
1332 1332 {
1333   - uint32_t old, val;
  1333 + target_ulong old, val;
1334 1334  
1335 1335 /* 1k pages not implemented */
1336 1336 /* Ignore MIPS64 TLB for now */
... ...