diff options
Diffstat (limited to 'sys/arm/include/fp.h')
-rw-r--r-- | sys/arm/include/fp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/include/fp.h b/sys/arm/include/fp.h index ada7203..25effd6 100644 --- a/sys/arm/include/fp.h +++ b/sys/arm/include/fp.h @@ -77,7 +77,7 @@ struct fpe_sp_state { * Type for a saved FP context, if we want to translate the context to a * user-readable form */ - + typedef struct { u_int32_t fpsr; fp_extended_precision_t regs[8]; |