commit | e79c960dd839b7c92ff6b092cc64f16648737c5b | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Thu Mar 10 16:02:24 2016 -0800 |
committer | Anas Nashif <nashif@linux.intel.com> | Sat Mar 12 02:24:46 2016 +0000 |
tree | f5eadb8d06fd9963d0c80e731298f92bb5af1d5b | |
parent | 0509bf155b735c967c708507ddf995c1819ffb47 [diff] |
HACK: qemu: change e_machine for IAMCU binaries For some strange reason IAMCU sets e_machine to 0x06 which causes QEMU to freak out. This is just x86 code with a different C calling convention, hack it back to 0x03 (EM_386) before running under the emulator. Change-Id: Ia5d51b771cad41f3013eb3d6a17912c8909c9bac Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>