X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fexmmtest.c;h=8e5b2283607f656e41e33329faef7a0a3ed1bf65;hb=2170cf972950dffecd075a65d1f8d9a49eb82ce9;hp=4d8ca6c177549bd4b63fce1383c24f55a6ab032f;hpb=fe54ff5710fd1720312e29985ba4e67709ce48a1;p=16.git diff --git a/src/exmmtest.c b/src/exmmtest.c index 4d8ca6c1..8e5b2283 100644 --- a/src/exmmtest.c +++ b/src/exmmtest.c @@ -87,12 +87,12 @@ main(int argc, char *argv[]) //screen.width += (16*2); //screen.height += (16*2); - printf("main()=%Fp start MM\n", *argv[0]); +// printf("main()=%Fp start MM\n", *argv[0]); MM_Startup(&mm, &mmi); //PM_Startup(); //PM_UnlockMainMem(); CA_Startup(&gvar); - printf(" done!\n"); +// printf(" done!\n"); printf("&main()= %Fp\n", *argv[0]); printf("bigbuffer= %Fp\n", bigbuffer); printf("&bigbuffer= %Fp\n", &bigbuffer); @@ -130,14 +130,14 @@ main(int argc, char *argv[]) MM_DumpData(&mm); //++++modexLeave(); MM_Report(&mm, &mmi); - printf(" stop!\n"); +// printf(" stop!\n"); #ifdef FILERL MM_FreePtr(&bigbuffer, &mm); #endif //PM_Shutdown(); CA_Shutdown(&gvar); MM_Shutdown(&mm); - printf(" done!\n"); +// printf(" done!\n"); #ifdef FILERL free(bakapee); if(baka) printf("\nyay!\n");