mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
target-ppc: remove remaining warnings
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5991 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
94fa46e2c2
commit
9322057384
4 changed files with 11 additions and 17 deletions
|
@ -38,12 +38,6 @@ register struct CPUPPCState *env asm(AREG0);
|
|||
#include "softmmu_exec.h"
|
||||
#endif /* !defined(CONFIG_USER_ONLY) */
|
||||
|
||||
int get_physical_address (CPUState *env, mmu_ctx_t *ctx, target_ulong vaddr,
|
||||
int rw, int access_type);
|
||||
|
||||
void ppc6xx_tlb_store (CPUState *env, target_ulong EPN, int way, int is_code,
|
||||
target_ulong pte0, target_ulong pte1);
|
||||
|
||||
static always_inline void env_to_regs (void)
|
||||
{
|
||||
}
|
||||
|
@ -52,9 +46,6 @@ static always_inline void regs_to_env (void)
|
|||
{
|
||||
}
|
||||
|
||||
int cpu_ppc_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
|
||||
int mmu_idx, int is_softmmu);
|
||||
|
||||
static always_inline int cpu_halted (CPUState *env)
|
||||
{
|
||||
if (!env->halted)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue