diff options
Diffstat (limited to 'target-mips')
-rw-r--r-- | target-mips/op.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-mips/op.c b/target-mips/op.c index 27fb3ef..0550d27 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 */ |