mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 16:56:04 +02:00
make i386 be x86 to be consitent.
This commit is contained in:
parent
a2116752e3
commit
cc94cac626
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ public class PE {
|
|||
attrib.cpu = "arm64";
|
||||
break;
|
||||
case PEConstants.IMAGE_FILE_MACHINE_I386:
|
||||
attrib.cpu = "i386";
|
||||
attrib.cpu = "x86";
|
||||
break;
|
||||
case PEConstants.IMAGE_FILE_MACHINE_IA64:
|
||||
attrib.cpu = "ia64";
|
||||
|
|
Loading…
Add table
Reference in a new issue