Mercurial > hg > Game > Cerium
changeset 1644:b9f46cc511d3 draft
fix
author | Masa <e085726@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 24 Jun 2013 12:23:36 +0900 |
parents | 6c0b6947c231 |
children | 4698c92bf2ca |
files | example/regex_mas/ppe/Exec.cc example/regex_mas/ppe/Print.cc |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/example/regex_mas/ppe/Exec.cc Sat Jun 22 18:10:55 2013 +0900 +++ b/example/regex_mas/ppe/Exec.cc Mon Jun 24 12:23:36 2013 +0900 @@ -57,7 +57,7 @@ //printf("offset = %ld\n",(long int)offset); BM_method(i_data,offset,length,search_word,o_data); - //s->printf("in Exec.cc\n"); + s->printf("in Exec.cc\n"); return 0;
--- a/example/regex_mas/ppe/Print.cc Sat Jun 22 18:10:55 2013 +0900 +++ b/example/regex_mas/ppe/Print.cc Mon Jun 24 12:23:36 2013 +0900 @@ -19,7 +19,7 @@ s->printf("position\n"); for (int i = 0;i < idata_task_num/2;i++) { - if(idata[2*i] == 0x61){ + if(idata[2*i] == 0x50){ s->printf("%d ",(int)idata[2*i+1]); s->printf("%c\n",(unsigned char)idata[2*i]); }