diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-30 17:26:29 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-30 17:26:29 +0000 |
commit | ef0d51af1e5b7f29bfb72f0bf5f528c272c277a8 (patch) | |
tree | d1b847d87ff5f2efff5d9960f458c1c1bd4bc462 /target-ppc/op_helper.h | |
parent | 1addc7c5a11e9fe1811c792614516ed12689a1f0 (diff) |
target-ppc: convert PPC 440 instructions to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5836 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/op_helper.h')
-rw-r--r-- | target-ppc/op_helper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target-ppc/op_helper.h b/target-ppc/op_helper.h index 4318f9afa0..7ee88340bf 100644 --- a/target-ppc/op_helper.h +++ b/target-ppc/op_helper.h @@ -63,9 +63,6 @@ void do_4xx_tlbwe_lo (void); void do_4xx_tlbwe_hi (void); #endif -/* PowerPC 440 specific helpers */ -void do_440_dlmzb (void); - /* PowerPC 403 specific helpers */ #if !defined(CONFIG_USER_ONLY) void do_load_403_pb (int num); |