summaryrefslogtreecommitdiff
path: root/target-alpha/cpu.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2012-03-24 09:51:14 -0700
committerBlue Swirl <blauwirbel@gmail.com>2012-03-24 17:07:58 +0000
commit743434099d427c17f6c8f36de81a83f83ec13fb2 (patch)
treefb2bf1bfeaa126b9d3c786f44306c37c05ffe4e2 /target-alpha/cpu.h
parentc30827555d5305d42f7b164dc69a381c4882e77a (diff)
downloadqemu-743434099d427c17f6c8f36de81a83f83ec13fb2.tar.gz
target-alpha: Make use of fp_status.flush_inputs_to_zero.
This softfp feature post-dates the last major update to the Alpha fpu translation. We can make use of this to eliminate at least one helper function that was performing this operation by hand. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-alpha/cpu.h')
-rw-r--r--target-alpha/cpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h
index c7787f6007..6c5d28bae1 100644
--- a/target-alpha/cpu.h
+++ b/target-alpha/cpu.h
@@ -234,7 +234,6 @@ struct CPUAlphaState {
uint8_t fpcr_exc_mask;
uint8_t fpcr_dyn_round;
uint8_t fpcr_flush_to_zero;
- uint8_t fpcr_dnz;
uint8_t fpcr_dnod;
uint8_t fpcr_undz;