| author | ecalot
<ecalot> 2004-06-21 21:47:55 UTC |
| committer | ecalot
<ecalot> 2004-06-21 21:47:55 UTC |
| parent | b60c8b1cf2164e58fb717afde9b1e5ea11c09f17 |
| FP/src/ker/kernel.c | +2 | -2 |
diff --git a/FP/src/ker/kernel.c b/FP/src/ker/kernel.c index a69d217..113256c 100644 --- a/FP/src/ker/kernel.c +++ b/FP/src/ker/kernel.c @@ -61,8 +61,8 @@ int kernel(int optionflag,int level) { ); for (i=0;i<testResource->frames;i++) { - /* Note: for the moment there is a testing abstraction violation here */ - printf("frame %d: size=%d\n",i,((tMemory*)(testResource->pFrames[i]))->size); + printf("frame %d\n",i); + outputDrawBitmap(testResource->pFrames[i],3,3); } outputStop();