Fix the name of the QEMU syscall helper for i386

This commit is contained in:
Pietro Fezzardi
2018-07-10 16:55:28 +02:00
parent ecbbc2ea52
commit 703139b1a3
+1 -1
View File
@@ -56,7 +56,7 @@ BinaryFile::BinaryFile(std::string FilePath, bool UseSections) {
switch (TheBinary->getArch()) {
case Triple::x86:
InstructionAlignment = 1;
SyscallHelper = "helper_syscall";
SyscallHelper = "helper_raise_interrupt";
SyscallNumberRegister = "eax";
StackPointerRegister = "esp";
NoReturnSyscalls = {