diff options
Diffstat (limited to 'ports/sysdeps/hppa/fpu/bits/fenv.h')
-rw-r--r-- | ports/sysdeps/hppa/fpu/bits/fenv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/hppa/fpu/bits/fenv.h b/ports/sysdeps/hppa/fpu/bits/fenv.h index 7fd14f12de..edbc9b166d 100644 --- a/ports/sysdeps/hppa/fpu/bits/fenv.h +++ b/ports/sysdeps/hppa/fpu/bits/fenv.h @@ -74,7 +74,7 @@ typedef unsigned int fexcept_t; userspace. This structure is also not correctly aligned ever, in an ABI error we left out __aligned(8) and subsequently all of our fenv functions must accept unaligned input, align the input, and - then use assembly to store fr0. This is a performance hit, but + then use assembly to store fr0. This is a performance hit, but means the ABI is stable. */ typedef struct { |