comparison TaskManager/Cell/spe/CellScheduler.h @ 899:586b4f825f24

minor fix..
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 16 Jul 2010 22:20:02 +0900
parents bed529c55eda
children
comparison
equal deleted inserted replaced
898:ae9231be6dbd 899:586b4f825f24
15 void mainMem_wait(void); 15 void mainMem_wait(void);
16 uint32 get_tag(); 16 uint32 get_tag();
17 17
18 private: 18 private:
19 int mainMemNum; 19 int mainMemNum;
20 } __attribute__ ((aligned (DEFAULT_ALIGNMENT))); 20 } ;
21 21
22 #endif 22 #endif