yuzu/src/core/arm
archshift ef24e72b26 Asserts: break/crash program, fit to style guide; log.h->assert.h
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time)
As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing)

Also removed some GEKKO cruft.
2015-02-10 18:30:31 -08:00
..
disassembler Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
dyncom Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
interpreter arm: Remove TRUE/FALSE defines 2015-02-10 13:09:41 -05:00
skyeye_common arm: Remove TRUE/FALSE defines 2015-02-10 13:09:41 -05:00
arm_interface.h Scheduler refactor Pt. 1 2015-02-09 21:47:12 -08:00