Commit fa23ffd2 authored by Alexandre Julliard's avatar Alexandre Julliard

dbgeng: Use the correct machine type for ARM.

parent 7fa74fa7
......@@ -3035,7 +3035,7 @@ static HRESULT STDMETHODCALLTYPE debugcontrol_IsPointer64Bit(IDebugControl2 *ifa
switch (target->cpu_type)
{
case IMAGE_FILE_MACHINE_I386:
case IMAGE_FILE_MACHINE_ARM:
case IMAGE_FILE_MACHINE_ARMNT:
hr = S_FALSE;
break;
case IMAGE_FILE_MACHINE_IA64:
......
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