[Vm-dev] [commit][3193] Fix slip in thrlogidx declaration ( affects only multithreaded VMs).

commits at squeakvm.org commits at squeakvm.org
Thu Dec 18 23:10:42 UTC 2014


Revision: 3193
Author:   eliot
Date:     2014-12-18 15:10:40 -0800 (Thu, 18 Dec 2014)
Log Message:
-----------
Fix slip in thrlogidx declaration (affects only multithreaded VMs).

Modified Paths:
--------------
    branches/Cog/platforms/Cross/vm/sq.h

Property Changed:
----------------
    branches/Cog/platforms/Cross/vm/sqSCCSVersion.h

Modified: branches/Cog/platforms/Cross/vm/sq.h
===================================================================
--- branches/Cog/platforms/Cross/vm/sq.h	2014-12-18 22:22:19 UTC (rev 3192)
+++ branches/Cog/platforms/Cross/vm/sq.h	2014-12-18 23:10:40 UTC (rev 3193)
@@ -269,7 +269,7 @@
 
 #if COGMTVM
 #define THRLOGSZ 256
-extern int thrlogidx = 0;
+extern int thrlogidx;
 extern char *thrlog[];
 
 /* Debug logging that defers printing.  Use like printf, e.g.


Property changes on: branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Thu Dec 18 14:21:16 PST 2014
   + Thu Dec 18 15:10:34 PST 2014



More information about the Vm-dev mailing list