summaryrefslogtreecommitdiff
path: root/arch/x86/arch_x86.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/arch_x86.cpp')
-rw-r--r--arch/x86/arch_x86.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/arch_x86.cpp b/arch/x86/arch_x86.cpp
index 8c446972..1e6044ea 100644
--- a/arch/x86/arch_x86.cpp
+++ b/arch/x86/arch_x86.cpp
@@ -4851,6 +4851,7 @@ extern "C"
x86->RegisterCallingConvention(conv);
x86->RegisterRelocationHandler("Mach-O", new x86MachoRelocationHandler());
+ x86->RegisterRelocationHandler("KCView", new x86MachoRelocationHandler());
x86->RegisterRelocationHandler("ELF", new x86ElfRelocationHandler());
x86->RegisterRelocationHandler("COFF", new CoffRelocationHandler());
x86->RegisterRelocationHandler("PE", new PeRelocationHandler());
@@ -4867,6 +4868,7 @@ extern "C"
x64->RegisterCallingConvention(conv);
x64->RegisterRelocationHandler("Mach-O", new x64MachoRelocationHandler());
+ x64->RegisterRelocationHandler("KCView", new x64MachoRelocationHandler());
x64->RegisterRelocationHandler("ELF", new x64ElfRelocationHandler());
x64->RegisterRelocationHandler("COFF", new CoffRelocationHandler());
x64->RegisterRelocationHandler("PE", new PeRelocationHandler());