aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/nce/patch.h
diff options
context:
space:
mode:
authorGPUCode <geoster3d@gmail.com>2023-11-23 11:26:06 +0200
committert895 <clombardo169@gmail.com>2023-11-25 00:47:43 -0500
commit9ff8d0f3e652fee83d9f4374d9f6e0aa1759dd88 (patch)
treed3bf69c51eab1e4c56db1615ecf5193aa76badcc /src/core/arm/nce/patch.h
parentd040b27a35fdf520b17fe6b1cd792058172c8ccc (diff)
Address more review comments
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};