From 17b086f71b84df254ce9372b3d21db3e31a5f2c8 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Mon, 1 Sep 2008 22:12:14 +0000 Subject: SH4: Remove dyngen leftovers Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5126 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-sh4/cpu.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'target-sh4/cpu.h') diff --git a/target-sh4/cpu.h b/target-sh4/cpu.h index 021aced..01c2a07 100644 --- a/target-sh4/cpu.h +++ b/target-sh4/cpu.h @@ -98,9 +98,7 @@ typedef struct CPUSH4State { uint32_t fpscr; /* floating point status/control register */ uint32_t fpul; /* floating point communication register */ - /* temporary float registers */ - float32 ft0, ft1; - float64 dt0, dt1; + /* float point status register */ float_status fp_status; /* Those belong to the specific unit (SH7750) but are handled here */ -- cgit v1.1