mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
Fix the name of the QEMU syscall helper for i386
This commit is contained in:
+1
-1
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user