Commit 9eaeebf0 authored by André Zwing's avatar André Zwing Committed by Alexandre Julliard

wow64: Fix the ARM32 machine type.

parent ddb0339f
......@@ -552,7 +552,7 @@ static const WCHAR *get_cpu_dll_name(void)
{
case IMAGE_FILE_MACHINE_I386:
return (native_machine == IMAGE_FILE_MACHINE_ARM64 ? L"xtajit.dll" : L"wow64cpu.dll");
case IMAGE_FILE_MACHINE_ARM:
case IMAGE_FILE_MACHINE_ARMNT:
return L"wowarmhw.dll";
default:
ERR( "unsupported machine %04x\n", current_machine );
......
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