summaryrefslogtreecommitdiffstats
path: root/src/core/arm/nce/patch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/arm/nce/patch.h')
-rw-r--r--src/core/arm/nce/patch.h1
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:
std::vector<Relocation> m_branch_to_patch_relocations{};
std::vector<Relocation> m_branch_to_module_relocations{};
std::vector<Relocation> m_write_module_pc_relocations{};
+ std::vector<ModuleTextAddress> m_exclusives{};
oaknut::Label m_save_context{};
oaknut::Label m_load_context{};
PatchMode mode{PatchMode::None};