diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-06 16:37:18 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-06 16:37:18 +0000 |
commit | 06dca6a7c1acd2301cbf5fe06d6cda2833c958be (patch) | |
tree | 81412b8bca1c9de497ef05d725fb03d95dbeaac4 /target-ppc/op_helper.h | |
parent | 6527f6ea9c2ab3116bd363457021b93bd531d858 (diff) |
target-ppc: convert dcr load/store to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5893 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/op_helper.h')
-rw-r--r-- | target-ppc/op_helper.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-ppc/op_helper.h b/target-ppc/op_helper.h index 1cb0772ff1..098695e291 100644 --- a/target-ppc/op_helper.h +++ b/target-ppc/op_helper.h @@ -41,8 +41,6 @@ void do_440_tlbwe (int word); #endif /* PowerPC 4xx specific helpers */ -void do_load_dcr (void); -void do_store_dcr (void); #if !defined(CONFIG_USER_ONLY) void do_4xx_tlbre_lo (void); void do_4xx_tlbre_hi (void); |