Fix typo in definition of struct FpuRegisters

This commit is contained in:
TuxSH 2017-03-06 19:53:26 +01:00
parent e4236f985d
commit 4325dcf798

View File

@ -72,7 +72,7 @@ typedef struct {
typedef struct { typedef struct {
union { union {
struct PACKED { double d[16]; }; ///< d0-d15. struct PACKED { double d[16]; }; ///< d0-d15.
float f[32]; ///< f0-f31. float s[32]; ///< s0-s31.
}; };
u32 fpscr; ///< fpscr. u32 fpscr; ///< fpscr.
u32 fpexc; ///< fpexc. u32 fpexc; ///< fpexc.