diff options
-rw-r--r-- | target-alpha/helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-alpha/helper.c b/target-alpha/helper.c index a658f9782a..be7d37b0d9 100644 --- a/target-alpha/helper.c +++ b/target-alpha/helper.c @@ -95,6 +95,7 @@ void cpu_alpha_store_fpcr (CPUState *env, uint64_t val) round_mode = float_round_nearest_even; break; case 3: + default: /* this avoids a gcc (< 4.4) warning */ round_mode = float_round_up; break; } |