mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
SVP: fix ARM breakage, re-add missing stuff
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@818 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
bcf65fd674
commit
72f63cf06c
6 changed files with 67 additions and 35 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include "cmn.h"
|
||||
|
||||
u32 tcache[DRC_TCACHE_SIZE/4];
|
||||
u32 __attribute__((aligned(4096))) tcache[DRC_TCACHE_SIZE/4];
|
||||
|
||||
|
||||
void drc_cmn_init(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue