summaryrefslogtreecommitdiff
path: root/target-cris/exec.h
diff options
context:
space:
mode:
authoredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>2009-02-22 11:59:59 +0000
committeredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>2009-02-22 11:59:59 +0000
commitcc53adbca0df43a69fec1ce271833b7130db9abb (patch)
tree3b237c740d07ff23e6a298559807ce3742e691b7 /target-cris/exec.h
parent07c485ce78b60de7a40e4606f1f95d9c492d52ed (diff)
downloadqemu-cc53adbca0df43a69fec1ce271833b7130db9abb.tar.gz
CRIS: Fix remaining build warnings.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Acked-by: Edgar E. Iglesias <edgar.iglesias@gmail.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6638 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-cris/exec.h')
-rw-r--r--target-cris/exec.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/target-cris/exec.h b/target-cris/exec.h
index cce87f6a08..77e4240e89 100644
--- a/target-cris/exec.h
+++ b/target-cris/exec.h
@@ -33,9 +33,6 @@ static inline void regs_to_env(void)
{
}
-int cpu_cris_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
- int mmu_idx, int is_softmmu);
-
#if !defined(CONFIG_USER_ONLY)
#include "softmmu_exec.h"
#endif