wow64: Fix another ARM32 machine type.

This commit is contained in:
Huw Davies 2022-08-26 07:24:24 +01:00 committed by Alexandre Julliard
parent 4690a7df51
commit d6dce27e42

View file

@ -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);