From: sparky4 Date: Mon, 13 Jul 2015 00:40:36 +0000 (-0500) Subject: oh snap i gotta fix this poop! X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=7a43fe6b5c20dfd0e15b121a87d0bea1f6763de9;p=16.git oh snap i gotta fix this poop! modified: exmmtest.exe modified: src/lib/16_mm.c --- diff --git a/exmmtest.exe b/exmmtest.exe index 9c37fdc9..ad5924fe 100644 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/src/lib/16_mm.c b/src/lib/16_mm.c index 1800c7d5..a65c193f 100644 --- a/src/lib/16_mm.c +++ b/src/lib/16_mm.c @@ -465,6 +465,7 @@ void MML_UseSpace(/*d*/word segstart, dword seglength, mminfo_t *mm) }*/ printf("segm=%u ", segm); printf("ex=%lu ", extra); +printf("start+seglen=%lu ", segstart+seglength); printf("len=%u ", scan->length); printf("segsta=%x ", segstart); printf("seglen=%lu\n", seglength);