diff options
Diffstat (limited to 'courgette/ensemble_apply.cc')
-rw-r--r-- | courgette/ensemble_apply.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/courgette/ensemble_apply.cc b/courgette/ensemble_apply.cc index 7c7cca8..be3618b 100644 --- a/courgette/ensemble_apply.cc +++ b/courgette/ensemble_apply.cc @@ -148,6 +148,9 @@ Status EnsemblePatchApplication::ReadInitialParameters( case EXE_ELF_32_ARM: patcher = new PatcherX86_32(base_region_); break; + case EXE_WIN_32_X64: + patcher = new PatcherX86_32(base_region_); + break; } if (patcher) |