summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom_run.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-07-26dyncom: Use ARMul_State as an objectLioncash1-93/+0
Gets rid of C-like parameter passing.
2015-07-26dyncom: Rename armdefs.h to armstate.hLioncash1-1/+1
2015-02-13core: Apply static to local functionsLioncash1-0/+1
2015-02-13arm: General cleanupLioncash1-1/+1
- Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
2015-02-13dyncom: Switch the app and system cores into the correct mode at initializationLioncash1-8/+9
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-0/+1
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.
2014-12-30dyncom: Various cleanups to match coding style, no functional changes.bunnei1-37/+8
2014-12-21More warning cleanupsChin1-1/+0
2014-10-25ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei1-0/+120
Fixed typo (make protected member public) Added license header back in. I originally removed this because I mostly rewrote the file, but meh ARM: Fixed a type error in dyncom interpreter. ARM: Updated dyncom to use unique_ptr for internal ARM state.