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:
aurel32 2008-12-11 22:42:33 +00:00
parent 94fa46e2c2
commit 9322057384
4 changed files with 11 additions and 17 deletions

View file

@ -1669,8 +1669,6 @@ void helper_store_msr (target_ulong val)
}
}
void cpu_dump_rfi (target_ulong RA, target_ulong msr);
static always_inline void do_rfi (target_ulong nip, target_ulong msr,
target_ulong msrm, int keep_msrh)
{