mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
Fix bad data type.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2284 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
3a3f24fce8
commit
0feef828e1
1 changed files with 1 additions and 1 deletions
|
@ -1330,7 +1330,7 @@ void op_mtc0_count (void)
|
||||||
|
|
||||||
void op_mtc0_entryhi (void)
|
void op_mtc0_entryhi (void)
|
||||||
{
|
{
|
||||||
uint32_t old, val;
|
target_ulong old, val;
|
||||||
|
|
||||||
/* 1k pages not implemented */
|
/* 1k pages not implemented */
|
||||||
/* Ignore MIPS64 TLB for now */
|
/* Ignore MIPS64 TLB for now */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue