diff options
| author | GPUCode <geoster3d@gmail.com> | 2023-11-23 11:26:06 +0200 |
|---|---|---|
| committer | t895 <clombardo169@gmail.com> | 2023-11-25 00:47:43 -0500 |
| commit | 9ff8d0f3e652fee83d9f4374d9f6e0aa1759dd88 (patch) | |
| tree | d3bf69c51eab1e4c56db1615ecf5193aa76badcc /src/core/arm/nce/patch.h | |
| parent | d040b27a35fdf520b17fe6b1cd792058172c8ccc (diff) | |
Address more review comments
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: 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}; |
