aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/disassembler/arm_disasm.cpp
Commit message (Collapse)AuthorAge
* arm_disasm: Remove unused variableGravatar Lioncash2015-02-27
| | | | Also declared an array as static, as it's only used in this translation unit.
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
| | | | | | | 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.
* Added string_util to common, small changes in loader.cppGravatar archshift2014-09-08
|
* core: Make the ARM disassembler use std::string internallyGravatar Lioncash2014-09-06
|
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08