diff TaskManager/Cell/SpeThreads.cc @ 617:4cfcac2367d5

bug fix
author tkaito@henri.cr.ie.u-ryukyu.ac.jp
date Sat, 14 Nov 2009 22:10:31 +0900
parents 2cfbb36e221a
children 5b178db5988a
line wrap: on
line diff
--- a/TaskManager/Cell/SpeThreads.cc	Thu Nov 12 17:06:49 2009 +0900
+++ b/TaskManager/Cell/SpeThreads.cc	Sat Nov 14 22:10:31 2009 +0900
@@ -160,6 +160,7 @@
  */
 void
 SpeThreads::send_mail(int speid, int num, memaddr *data1)
+
 {
     unsigned int *data = (unsigned int *) data1;
     spe_in_mbox_write(spe_ctx[speid], data, num, SPE_MBOX_ALL_BLOCKING);