diff options
Diffstat (limited to 'src/core/debugger/gdbstub_arch.h')
| -rw-r--r-- | src/core/debugger/gdbstub_arch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/debugger/gdbstub_arch.h b/src/core/debugger/gdbstub_arch.h index e943848e5..4d039a9f7 100644 --- a/src/core/debugger/gdbstub_arch.h +++ b/src/core/debugger/gdbstub_arch.h | |||
| @@ -40,8 +40,8 @@ private: | |||
| 40 | static constexpr u32 PC_REGISTER = 32; | 40 | static constexpr u32 PC_REGISTER = 32; |
| 41 | static constexpr u32 PSTATE_REGISTER = 33; | 41 | static constexpr u32 PSTATE_REGISTER = 33; |
| 42 | static constexpr u32 Q0_REGISTER = 34; | 42 | static constexpr u32 Q0_REGISTER = 34; |
| 43 | static constexpr u32 FPCR_REGISTER = 66; | 43 | static constexpr u32 FPSR_REGISTER = 66; |
| 44 | static constexpr u32 FPSR_REGISTER = 67; | 44 | static constexpr u32 FPCR_REGISTER = 67; |
| 45 | }; | 45 | }; |
| 46 | 46 | ||
| 47 | class GDBStubA32 final : public GDBStubArch { | 47 | class GDBStubA32 final : public GDBStubArch { |