32x: drc: new smc handling, write handlers adjusted.
[picodrive.git] / cpu / drc / cmn.c
index e286ccf..08059f2 100644 (file)
@@ -5,7 +5,7 @@
 
 #include "cmn.h"
 
-u32 __attribute__((aligned(4096))) tcache[DRC_TCACHE_SIZE/4];
+u8 __attribute__((aligned(4096))) tcache[DRC_TCACHE_SIZE];
 
 
 void drc_cmn_init(void)