diff options
author | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-29 14:39:57 +0000 |
---|---|---|
committer | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-29 14:39:57 +0000 |
commit | 0a6f8a6dd2e07ca7b15b690df8333958c14b2c47 (patch) | |
tree | 5a37b9f16b5243102910c8a3eb93f0ec9b0e8b85 /target-cris/op_helper.c | |
parent | 572c8952ae6c69458550036d7406df1b418e7220 (diff) |
CRIS: Remove CRIS specific do_unassigned_access.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6140 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-cris/op_helper.c')
-rw-r--r-- | target-cris/op_helper.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/target-cris/op_helper.c b/target-cris/op_helper.c index a681f84f35..541237bb57 100644 --- a/target-cris/op_helper.c +++ b/target-cris/op_helper.c @@ -243,13 +243,6 @@ void helper_rfn(void) env->pregs[PR_CCS] |= M_FLAG; } -void do_unassigned_access(target_phys_addr_t addr, int is_write, int is_exec, - int is_asi, int size) -{ - D(printf("%s addr=%x w=%d ex=%d asi=%d, size=%d\n", - __func__, addr, is_write, is_exec, is_asi, size)); -} - static void evaluate_flags_writeback(uint32_t flags) { int x; |