summaryrefslogtreecommitdiff
path: root/platform/decree/platform_decree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/decree/platform_decree.cpp')
-rw-r--r--platform/decree/platform_decree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/decree/platform_decree.cpp b/platform/decree/platform_decree.cpp
index 4d26566c..5c69490c 100644
--- a/platform/decree/platform_decree.cpp
+++ b/platform/decree/platform_decree.cpp
@@ -58,7 +58,7 @@ extern "C"
platform = new DecreeX86Platform(x86);
Platform::Register("decree", platform);
- BinaryViewType::RegisterPlatform("ELF", 'C', x86, platform);
+ BinaryViewType::RegisterPlatform("ELF", 'C', platform);
}
return true;