Commit 17a0e194 authored by Alexandre Julliard's avatar Alexandre Julliard

server: Make x86_64 a supported architecture on ARM64.

parent 1b823e5f
......@@ -1857,6 +1857,7 @@ static void init_supported_machines(void)
if (prefix_type == PREFIX_64BIT)
{
supported_machines[count++] = IMAGE_FILE_MACHINE_ARM64;
supported_machines[count++] = IMAGE_FILE_MACHINE_AMD64;
supported_machines[count++] = IMAGE_FILE_MACHINE_I386;
}
supported_machines[count++] = IMAGE_FILE_MACHINE_ARMNT;
......
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