# HG changeset patch # User Sean Halle # Date 1345248945 25200 # Node ID 88fd330feef342b528a27c33a3597f953e122a6a # Parent da08f97170247efccc954cdab1a1e89925d33302 Has Updates to the app, VMS, and VSs.. version with wait on task and on thread but has bugs still in VSs diff -r da08f9717024 -r 88fd330feef3 VMS__int.c --- a/VMS__int.c Sat Jul 21 15:20:40 2012 -0700 +++ b/VMS__int.c Fri Aug 17 17:15:45 2012 -0700 @@ -29,7 +29,7 @@ void *stackLocs; newSlv = VMS_int__malloc( sizeof(SlaveVP) ); - stackLocs = VMS_int__malloc( VIRT_PROCR_STACK_SIZE ); + stackLocs = VMS_int__malloc( VIRT_PROCR_STACK_SIZE ); if( stackLocs == 0 ) { perror("VMS_int__malloc stack"); exit(1); }