Commit d6dce27e authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

wow64: Fix another ARM32 machine type.

parent 4690a7df
......@@ -391,7 +391,7 @@ static DWORD get_syscall_num( const BYTE *syscall )
id = *(DWORD *)(syscall + 1);
break;
case IMAGE_FILE_MACHINE_ARM:
case IMAGE_FILE_MACHINE_ARMNT:
if (*(WORD *)syscall == 0xb40f)
{
DWORD inst = *(DWORD *)((WORD *)syscall + 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment