diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-11 22:42:14 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-11 22:42:14 +0000 |
commit | e06fcd754eb630e16c4fef62e2f899402d06cc4a (patch) | |
tree | 05dc321f66ec12b565616835a62f9a5dd77aed11 /target-ppc/exec.h | |
parent | 2a3ec4b5b316c34e805bb45ff9a36766c068eed6 (diff) |
target-ppc: rework exception code
... also remove two warnings.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5989 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/exec.h')
-rw-r--r-- | target-ppc/exec.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target-ppc/exec.h b/target-ppc/exec.h index d8b447e674..96f75218ba 100644 --- a/target-ppc/exec.h +++ b/target-ppc/exec.h @@ -38,9 +38,6 @@ register struct CPUPPCState *env asm(AREG0); #include "softmmu_exec.h" #endif /* !defined(CONFIG_USER_ONLY) */ -void raise_exception_err (CPUState *env, int exception, int error_code); -void raise_exception (CPUState *env, int exception); - int get_physical_address (CPUState *env, mmu_ctx_t *ctx, target_ulong vaddr, int rw, int access_type); |