diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h index 278f0f1cc..491230a74 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -18,7 +18,7 @@ struct ThreadContext { | |||
| 18 | u32 lr; | 18 | u32 lr; |
| 19 | u32 pc; | 19 | u32 pc; |
| 20 | u32 cpsr; | 20 | u32 cpsr; |
| 21 | u32 fpu_registers[32]; | 21 | u32 fpu_registers[64]; |
| 22 | u32 fpscr; | 22 | u32 fpscr; |
| 23 | u32 fpexc; | 23 | u32 fpexc; |
| 24 | }; | 24 | }; |