unicorn/qemu/qom
Fish 626d72d6df Two fixes to get unicorn build better with MSVC. (#1136)
* Change MSVC keywords.

typename, class, and class are all keywords for MSVC. Adding a suffix for
all of them allows a successful compilation under VC 2017 (15.9).

* Switch from /ZI to /Zi to avoid crashes at longjmp in debug builds.
2019-09-05 00:53:37 +08:00
..
Makefile.objs import 2015-08-21 15:04:50 +08:00
container.c Automated leading tab to spaces conversion. 2017-01-21 12:28:22 +11:00
cpu.c cleanup after msvc port 2017-01-22 21:27:17 +08:00
object.c Two fixes to get unicorn build better with MSVC. (#1136) 2019-09-05 00:53:37 +08:00
qom-qobject.c handle some errors properly so avoid exit() during initialization. this fixes issue #237 2015-11-12 01:43:41 +08:00