unicorn/qemu/hw
cojocar 428cb83060 Support for MCLASS ARM cpu (Cortex-M3) (#700)
Support for Cortex-M ARM CPU already exists in Qemu. This patch just
exposes a "cortex-m3" CPU.

"uc_open(UC_ARCH_ARM, UC_MODE_THUMB | UC_MODE_MCLASS, &uc);"
Instantiates a CPU with this feature on.

Signed-off-by: Lucian Cojocar <lucian@cojocar.com>
2016-12-27 22:49:06 +08:00
..
arm Support for MCLASS ARM cpu (Cortex-M3) (#700) 2016-12-27 22:49:06 +08:00
core handle some errors properly so avoid exit() during initialization. this fixes issue #237 2015-11-12 01:43:41 +08:00
i386 fix some compilation warnings regarding typcase of (CPUState *) 2016-10-26 17:05:26 +08:00
intc strip out per cpu thread code 2016-03-25 17:24:28 -07:00
m68k handle some errors properly so avoid exit() during initialization. this fixes issue #237 2015-11-12 01:43:41 +08:00
mips mips: remove an unused variable 2016-07-15 15:12:15 +08:00
sparc sparc: fix an compilation warning 2016-10-21 22:32:02 +08:00
sparc64 handle some errors properly so avoid exit() during initialization. this fixes issue #237 2015-11-12 01:43:41 +08:00
Makefile.objs import 2015-08-21 15:04:50 +08:00