X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=cpu%2Fdrc%2Fcmn.c;h=acff42c8f24f000816b764804a63b8fcb8832f76;hb=bce144211cd70e1be78b7c1b7424fb4609de1ac8;hp=37f17ce921bfb3606430ccc4199b054f1135580c;hpb=0185b677364b849e1e11f523d9f025d90ce86770;p=picodrive.git diff --git a/cpu/drc/cmn.c b/cpu/drc/cmn.c index 37f17ce..acff42c 100644 --- a/cpu/drc/cmn.c +++ b/cpu/drc/cmn.c @@ -10,7 +10,7 @@ #include #include "cmn.h" -u8 __attribute__((aligned(4096))) tcache[DRC_TCACHE_SIZE]; +u8 ALIGNED(4096) tcache[DRC_TCACHE_SIZE]; void drc_cmn_init(void)