diff options
Diffstat (limited to 'src/core/arm/nce/patch.h')
| -rw-r--r-- | src/core/arm/nce/patch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/arm/nce/patch.h b/src/core/arm/nce/patch.h index dcce1bfc6..112f839a4 100644 --- a/src/core/arm/nce/patch.h +++ b/src/core/arm/nce/patch.h | |||
| @@ -93,6 +93,7 @@ private: | |||
| 93 | std::vector<Relocation> m_branch_to_patch_relocations{}; | 93 | std::vector<Relocation> m_branch_to_patch_relocations{}; |
| 94 | std::vector<Relocation> m_branch_to_module_relocations{}; | 94 | std::vector<Relocation> m_branch_to_module_relocations{}; |
| 95 | std::vector<Relocation> m_write_module_pc_relocations{}; | 95 | std::vector<Relocation> m_write_module_pc_relocations{}; |
| 96 | std::vector<ModuleTextAddress> m_exclusives{}; | ||
| 96 | oaknut::Label m_save_context{}; | 97 | oaknut::Label m_save_context{}; |
| 97 | oaknut::Label m_load_context{}; | 98 | oaknut::Label m_load_context{}; |
| 98 | PatchMode mode{PatchMode::None}; | 99 | PatchMode mode{PatchMode::None}; |