X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fexmmtest.c;h=f68d148e99bb4e1e2bff099a8cf7d50a796f985d;hb=c8dd189c61a9d0e0ef34224be609f1c8f590be7c;hp=6d6e9a8566c1ae30d6ffa5b4674a2d0622e05cf1;hpb=b3e3a0878d3bbb4701207914aa4f41817589772e;p=16.git diff --git a/src/exmmtest.c b/src/exmmtest.c index 6d6e9a85..f68d148e 100755 --- a/src/exmmtest.c +++ b/src/exmmtest.c @@ -177,12 +177,12 @@ for(w=0;w<2;w++) printf("&bigb=%Fp ", &bigbuffer); //printf("&bigb=%04x", &bigbuffer); printf("\n"); -#endif printf("========================================\n"); +#endif #ifdef __WATCOMC__ //this is far printf("Total free: %lu\n", (dword)(GetFreeSize())); - printf("Total near free: %lu\n", (dword)(GetNearFreeSize())); - printf("Total far free: %lu\n", (dword)(GetFarFreeSize())); + printf("Total near free: %lub\n", (dword)(GetNearFreeSize())); + printf("Total far free: %lub\n", (dword)(GetFarFreeSize())); heapdump(&gvar); segatesuto(); #endif