dbgeng: Use the correct machine type for ARM.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2021-03-02 12:04:19 +01:00
parent 7fa74fa78e
commit fa23ffd26a
1 changed files with 1 additions and 1 deletions

View File

@ -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: