[Vm-dev] [commit][3129] Just another manic monday

commits at squeakvm.org commits at squeakvm.org
Mon Nov 10 18:34:21 UTC 2014


Revision: 3129
Author:   eliot
Date:     2014-11-10 10:34:19 -0800 (Mon, 10 Nov 2014)
Log Message:
-----------
Just another manic monday

Modified Paths:
--------------
    branches/Cog/platforms/unix/vm/sqUnixMain.c

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


Property changes on: branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Mon Nov 10 10:15:48 PST 2014
   + Mon Nov 10 10:34:43 PST 2014

Modified: branches/Cog/platforms/unix/vm/sqUnixMain.c
===================================================================
--- branches/Cog/platforms/unix/vm/sqUnixMain.c	2014-11-10 18:15:29 UTC (rev 3128)
+++ branches/Cog/platforms/unix/vm/sqUnixMain.c	2014-11-10 18:34:19 UTC (rev 3129)
@@ -912,7 +912,7 @@
   char pwd[MAXPATHLEN+1];
 
 	printf("blocking e.g. to allow attaching debugger\n");
-	printf("pid: %d pwd: %s vm:%s\n", (int)getpid(), argVec[0], getwp(pwd));
+	printf("pid: %d pwd: %s vm:%s\n", (int)getpid(), argVec[0], getwd(pwd));
 	while (1) {
 		while_away_the_hours.tv_sec = 3600;
 		nanosleep(&while_away_the_hours, 0);



More information about the Vm-dev mailing list