server: Make x86_64 a supported architecture on ARM64.
This commit is contained in:
parent
1b823e5f3e
commit
17a0e19489
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue