pub const COFF_MACHINE_POWERPCFP: u16 = 0x1f1;
Expand description
Power PC with floating point support.
One of the possible values for CoffHeader::machine
.
pub const COFF_MACHINE_POWERPCFP: u16 = 0x1f1;
Power PC with floating point support.
One of the possible values for CoffHeader::machine
.