GP-4425 added missing COFF machine ID

This commit is contained in:
ghidra1 2024-03-12 15:02:13 -04:00
parent 07578fe327
commit ab6d50cab0

View file

@ -203,6 +203,11 @@ public class CoffMachineType {
* Hitachi SH5
*/
public final static short IMAGE_FILE_MACHINE_SH5 = 0x01a8;
/**
* Texas Instruments TMS320C3x/4x
*/
public final static short IMAGE_FILE_MACHINE_TI_TMS320C3x4x = 0x0093;
/**
* Texas Instruments TMS470