X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=AcessNative%2Fld-acess_src%2Fmemory.c;h=2e9612c3205c6299f4c43a66e385e2036eb08a57;hb=b519c413b534ab831a0fcb6228b8a49d4a491279;hp=f1147c265242f5e5e60dc97bd6c8e74e70db364d;hpb=94c9ee44d701154379842425b5ee0826995e000e;p=tpg%2Facess2.git diff --git a/AcessNative/ld-acess_src/memory.c b/AcessNative/ld-acess_src/memory.c index f1147c26..2e9612c3 100644 --- a/AcessNative/ld-acess_src/memory.c +++ b/AcessNative/ld-acess_src/memory.c @@ -53,7 +53,7 @@ uintptr_t FindFreeRange(size_t ByteCount, int MaxBits) end <<= (sizeof(intptr_t)*8-MaxBits); end >>= (sizeof(intptr_t)*8-MaxBits); - printf("end = %p\n", (void*)end); +// printf("end = %p\n", (void*)end); // for( base = 0; base < end - size; base -= PAGE_SIZE ) for( base = end - size + 1; base > 0; base -= PAGE_SIZE )