[Vm-dev] [commit][2693] Fix snafu in platforms/win32/vm/sqWin32Window.c.

commits at squeakvm.org commits at squeakvm.org
Thu Feb 21 00:16:49 UTC 2013


Revision: 2693
Author:   eliot
Date:     2013-02-20 16:16:49 -0800 (Wed, 20 Feb 2013)
Log Message:
-----------
Fix snafu in platforms/win32/vm/sqWin32Window.c.  Don't bother to update
checking id for win32.

Modified Paths:
--------------
    branches/Cog/platforms/win32/vm/sqWin32Window.c

Modified: branches/Cog/platforms/win32/vm/sqWin32Window.c
===================================================================
--- branches/Cog/platforms/win32/vm/sqWin32Window.c	2013-02-20 23:59:35 UTC (rev 2692)
+++ branches/Cog/platforms/win32/vm/sqWin32Window.c	2013-02-21 00:16:49 UTC (rev 2693)
@@ -3203,7 +3203,6 @@
 				   TEXT("\n\t-stackpages: n \t(use n stack pages)")
                    TEXT("\n\t-numextsems: n \t(allow up to n external semaphores)")
                    TEXT("\n\t-noheartbeat \t(no heartbeat for debug)")
-                   TEXT("\n\t-reportheadroom \t(print unused stack headroom on exit)")
 #endif /* STACKVM */
 #if STACKVM || NewspeakVM
 # if COGVM
@@ -3217,7 +3216,7 @@
                    TEXT("\n\t-cogmaxlits: n \t(set max number of literals for methods to be compiled to machine code)")
                    TEXT("\n\t-cogminjumps: n \t(set min number of backward jumps for interpreted methods to be considered for compilation to machine code)")
                    TEXT("\n\t-tracestores \t(assert-check stores for debug)")
-                   TEXT("\n\t-reportheadroom\t(report unused stack headroom on exit)");
+                   TEXT("\n\t-reportheadroom\t(report unused stack headroom on exit)")
                    TEXT("\n\t-dpcso: bytes \t(stack offset for prim calls for debug)")
 #endif /* COGVM */
                    );



More information about the Vm-dev mailing list