1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 01:36:01 +02:00

make i386 be x86 to be consitent.

This commit is contained in:
Alain Magloire 2002-11-28 00:43:24 +00:00
parent a2116752e3
commit cc94cac626

View file

@ -361,7 +361,7 @@ public class PE {
attrib.cpu = "arm64"; attrib.cpu = "arm64";
break; break;
case PEConstants.IMAGE_FILE_MACHINE_I386: case PEConstants.IMAGE_FILE_MACHINE_I386:
attrib.cpu = "i386"; attrib.cpu = "x86";
break; break;
case PEConstants.IMAGE_FILE_MACHINE_IA64: case PEConstants.IMAGE_FILE_MACHINE_IA64:
attrib.cpu = "ia64"; attrib.cpu = "ia64";