Browse Source

fck

pull/3500/head
lizzie 4 weeks ago
parent
commit
e4c3536cfb
  1. 4
      src/core/arm/nce/patcher.h

4
src/core/arm/nce/patcher.h

@ -53,10 +53,6 @@ public:
void SetModuleID(const ModuleID& id) {
module_id = id;
}
Patcher(const Patcher&) = delete;
Patcher& operator=(const Patcher&) = delete;
Patcher(Patcher&& other) noexcept;
Patcher& operator=(Patcher&&) noexcept = delete;
explicit Patcher();
~Patcher();
bool PatchText(const Kernel::PhysicalMemory& program_image,

Loading…
Cancel
Save