diff options
Diffstat (limited to 'sim/common/sim-fpu.h')
-rw-r--r-- | sim/common/sim-fpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-fpu.h b/sim/common/sim-fpu.h index 0be3fb1..755e194 100644 --- a/sim/common/sim-fpu.h +++ b/sim/common/sim-fpu.h @@ -321,7 +321,7 @@ INLINE_SIM_FPU (int) sim_fpu_exp (const sim_fpu *s); /* Specific comparison operators - For NaNs et.al., the comparison operators will set IS to zero and + For NaNs et al., the comparison operators will set IS to zero and return a nonzero result. */ INLINE_SIM_FPU (int) sim_fpu_lt (int *is, const sim_fpu *l, const sim_fpu *r); |