diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-11 22:42:33 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-11 22:42:33 +0000 |
commit | 93220573844045c48eeda03df74db04418456ce3 (patch) | |
tree | f648a036b88f32c85ed3813c49089c2f7e02b16e /target-ppc/op_helper.c | |
parent | 94fa46e2c2367f697c80a6fee69d27f919edb7a9 (diff) |
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
Diffstat (limited to 'target-ppc/op_helper.c')
-rw-r--r-- | target-ppc/op_helper.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-ppc/op_helper.c b/target-ppc/op_helper.c index e43865f77c..0a084bf801 100644 --- a/target-ppc/op_helper.c +++ b/target-ppc/op_helper.c @@ -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) { |