diff options
| author | 2023-12-06 14:19:17 +0100 | |
|---|---|---|
| committer | 2023-12-06 14:19:17 +0100 | |
| commit | 8a79dd2d6c6445bff63ea1f2f5f1611a6afcd97a (patch) | |
| tree | 265bf3c7970a570479c6a3ac1250549995f0329c /src/core/debugger/gdbstub_arch.h | |
| parent | Merge pull request #12271 from liamwhite/pretext-fix (diff) | |
| parent | arm: fix context save of vector regs (diff) | |
| download | yuzu-8a79dd2d6c6445bff63ea1f2f5f1611a6afcd97a.tar.gz yuzu-8a79dd2d6c6445bff63ea1f2f5f1611a6afcd97a.tar.xz yuzu-8a79dd2d6c6445bff63ea1f2f5f1611a6afcd97a.zip | |
Merge pull request #12236 from liamwhite/cpu-refactor
core: refactor emulated cpu core activation
Diffstat (limited to 'src/core/debugger/gdbstub_arch.h')
| -rw-r--r-- | src/core/debugger/gdbstub_arch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/debugger/gdbstub_arch.h b/src/core/debugger/gdbstub_arch.h index 34530c788..d53714d69 100644 --- a/src/core/debugger/gdbstub_arch.h +++ b/src/core/debugger/gdbstub_arch.h | |||
| @@ -36,6 +36,7 @@ public: | |||
| 36 | u32 BreakpointInstruction() const override; | 36 | u32 BreakpointInstruction() const override; |
| 37 | 37 | ||
| 38 | private: | 38 | private: |
| 39 | static constexpr u32 FP_REGISTER = 29; | ||
| 39 | static constexpr u32 LR_REGISTER = 30; | 40 | static constexpr u32 LR_REGISTER = 30; |
| 40 | static constexpr u32 SP_REGISTER = 31; | 41 | static constexpr u32 SP_REGISTER = 31; |
| 41 | static constexpr u32 PC_REGISTER = 32; | 42 | static constexpr u32 PC_REGISTER = 32; |