From 0a6f8a6dd2e07ca7b15b690df8333958c14b2c47 Mon Sep 17 00:00:00 2001 From: edgar_igl Date: Mon, 29 Dec 2008 14:39:57 +0000 Subject: CRIS: Remove CRIS specific do_unassigned_access. Signed-off-by: Edgar E. Iglesias git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6140 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-cris/cpu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'target-cris/cpu.h') diff --git a/target-cris/cpu.h b/target-cris/cpu.h index 44a98e4..cf61a3d 100644 --- a/target-cris/cpu.h +++ b/target-cris/cpu.h @@ -167,8 +167,6 @@ void do_interrupt(CPUCRISState *env); is returned if the signal was handled by the virtual CPU. */ int cpu_cris_signal_handler(int host_signum, void *pinfo, void *puc); -void do_unassigned_access(target_phys_addr_t addr, int is_write, int is_exec, - int is_asi, int size); enum { CC_OP_DYNAMIC, /* Use env->cc_op */ -- cgit v1.1