summaryrefslogtreecommitdiffstats
path: root/courgette/ensemble_apply.cc
diff options
context:
space:
mode:
Diffstat (limited to 'courgette/ensemble_apply.cc')
-rw-r--r--courgette/ensemble_apply.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/courgette/ensemble_apply.cc b/courgette/ensemble_apply.cc
index d814264..475cdf2 100644
--- a/courgette/ensemble_apply.cc
+++ b/courgette/ensemble_apply.cc
@@ -142,6 +142,9 @@ Status EnsemblePatchApplication::ReadInitialParameters(
case EXE_WIN_32_X86:
patcher = new PatcherX86_32(base_region_);
break;
+ case EXE_ELF_32_X86:
+ patcher = new PatcherX86_32(base_region_);
+ break;
}
if (patcher)