From: sparky4 Date: Wed, 21 Sep 2016 02:17:02 +0000 (-0500) Subject: 16_pm is now in exmmtest.exe and major studying of how it behaves is needed to functi... X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=e66bba2d025d815517aec1227214b264209e539d;p=16.git 16_pm is now in exmmtest.exe and major studying of how it behaves is needed to function wwww --- diff --git a/src/exmmtest.c b/src/exmmtest.c index a40b9988..046380ce 100755 --- a/src/exmmtest.c +++ b/src/exmmtest.c @@ -98,8 +98,8 @@ main(int argc, char *argv[]) // printf("main()=%Fp start MM\n", *argv[0]); MM_Startup(&gvar); PM_Startup(&gvar); - //++++PM_UnlockMainMem(&gvar); - PM_LockMainMem(&gvar); + PM_UnlockMainMem(&gvar); + //PM_LockMainMem(&gvar); CA_Startup(&gvar); // printf(" done!\n"); PRINTBB; diff --git a/src/lib/.16_pm.c.kate-swp b/src/lib/.16_pm.c.kate-swp deleted file mode 100755 index 16c820b2..00000000 Binary files a/src/lib/.16_pm.c.kate-swp and /dev/null differ