summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/armsupp.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-36/+19
|
* Memory: Move address type conversion routines to memory.cpp/hYuri Kunde Schlesner2015-08-161-1/+0
| | | | | These helpers aren't really part of the kernel, and mem_map.cpp/h is going to be moved there next.
* dyncom: Use ARMul_State as an objectLioncash2015-07-261-430/+0
| | | | Gets rid of C-like parameter passing.
* dyncom: Rename armdefs.h to armstate.hLioncash2015-07-261-1/+1
|
* dyncom: Move helper functions to their own headerLioncash2015-07-261-4/+5
|
* dyncom: Move arminit.cpp and armsupp.cpp into skyeye_commonLioncash2015-07-261-0/+637