summaryrefslogtreecommitdiff
path: root/target-mips/op_helper.c
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-10-06 18:46:28 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-10-06 18:46:28 +0000
commite18231a3ffe12a1f2004964594c7dd8ba3f78f33 (patch)
tree3026a1d6809c6713d9ca1660cf9aa017ea07d54c /target-mips/op_helper.c
parent35f4b58c7a6e0a9708405cf96d505f1729b30c82 (diff)
downloadqemu-e18231a3ffe12a1f2004964594c7dd8ba3f78f33.tar.gz
Show size for unassigned accesses (Robert Reif)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5436 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/op_helper.c')
-rw-r--r--target-mips/op_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-mips/op_helper.c b/target-mips/op_helper.c
index fb7ae53730..9e9c42581b 100644
--- a/target-mips/op_helper.c
+++ b/target-mips/op_helper.c
@@ -1911,7 +1911,7 @@ void tlb_fill (target_ulong addr, int is_write, int mmu_idx, void *retaddr)
}
void do_unassigned_access(target_phys_addr_t addr, int is_write, int is_exec,
- int unused)
+ int unused, int size)
{
if (is_exec)
do_raise_exception(EXCP_IBE);