Mercurial > hg > Game > Cerium
diff TaskManager/Cell/spe/CellDmaManager.cc @ 1142:801d57ae1e29 draft
cut compile CreatePolygonTask on spe side because not enough spe memory. We have to use code loading.
And I found light error. see you tomorrow. (This version can work Mac OSX and Cell arch.)
author | yutaka@localhost.localdomain |
---|---|
date | Thu, 17 Feb 2011 05:23:34 +0900 |
parents | b733c7903d07 |
children | a49c02dffe6f |
line wrap: on
line diff
--- a/TaskManager/Cell/spe/CellDmaManager.cc Thu Feb 17 20:28:26 2011 +0900 +++ b/TaskManager/Cell/spe/CellDmaManager.cc Thu Feb 17 05:23:34 2011 +0900 @@ -1,4 +1,4 @@ -#include <stdio.h> +//#include <stdio.h> #include <stdlib.h> #include "CellDmaManager.h" #include "Scheduler.h" @@ -18,8 +18,8 @@ { if ((unsigned long)addr&0xf) { - printf("dma_load is not aligned. addr = 0x%lx, size = %d\n", - (unsigned long)addr, size); + //s->printf("dma_load is not aligned. addr = 0x%lx, size = %d\n", + // (unsigned long)addr, size); return ; }