From 01a4afeb99ff8d6174e1fdd726cb95017f5a9b07 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Thu, 27 Nov 2008 19:30:56 +0000 Subject: target-ppc: convert POWER2 load/store instructions to TCG Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5805 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-ppc/cpu.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'target-ppc/cpu.h') diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index 87d4312..711044b 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -561,9 +561,6 @@ struct CPUPPCState { target_ulong tgpr[4]; /* Used to speed-up TLB assist handlers */ /* Floating point execution context */ - /* temporary float registers */ - float64 ft0; - float64 ft1; float_status fp_status; /* floating point registers */ float64 fpr[32]; -- cgit v1.1