diff options
author | David Guillen Fandos | 2021-03-23 19:47:51 +0100 |
---|---|---|
committer | David Guillen Fandos | 2021-03-23 20:02:44 +0100 |
commit | ff510e7f7a0c04c7862e598e8bfc75747f3bf7d1 (patch) | |
tree | 11399685ea3766006b09d33f983cfae5b98c4f20 /gba_memory.c | |
parent | 11ec213c99d5d22905ff82cf3fb26ba6a8adf290 (diff) | |
download | picogpsp-ff510e7f7a0c04c7862e598e8bfc75747f3bf7d1.tar.gz picogpsp-ff510e7f7a0c04c7862e598e8bfc75747f3bf7d1.tar.bz2 picogpsp-ff510e7f7a0c04c7862e598e8bfc75747f3bf7d1.zip |
Move caches to stub files to get around gcc 10
Seems that using the __atribute__ magic for sections is not the best way
of doing this, since it injects some default atributtes that collide
with the user defined ones. Using assembly is far easier in this case.
Reworked definitions a bit to make it easier to import from assembly.
Also wrapped stuff around macros for easy and less verbose
implementation of the symbol prefix issue.
Diffstat (limited to 'gba_memory.c')
0 files changed, 0 insertions, 0 deletions