Fix typo in definition of struct FpuRegisters
This commit is contained in:
parent
65171be4d8
commit
636dfb2f1d
@ -72,7 +72,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
union {
|
||||
struct PACKED { double d[16]; }; ///< d0-d15.
|
||||
float f[32]; ///< f0-f31.
|
||||
float s[32]; ///< s0-s31.
|
||||
};
|
||||
u32 fpscr; ///< fpscr.
|
||||
u32 fpexc; ///< fpexc.
|
||||
|
Loading…
Reference in New Issue
Block a user