# HG changeset patch # User Me # Date 1277236555 25200 # Node ID 345d143387695c05a5c70ed1791b382da4d8d8da # Parent 734c665500e4b0be760521977212df46dfa78b5b Test seems to be working -- time to move on to full system diff -r 734c665500e4 -r 345d14338769 CoreLoop.c --- a/CoreLoop.c Tue Jun 22 12:37:43 2010 -0700 +++ b/CoreLoop.c Tue Jun 22 12:55:55 2010 -0700 @@ -57,7 +57,7 @@ // Get to work! -- virt procr jumps back here when done or suspends //Note, have to restore the frame-pointer before jump to here, to get // this code to work right (workQ and so forth are frame-ptr relative) - CoreLoopStartPt: +CoreLoopStartPt: //Get virtual processor from queue //_VMSWorkQ must be a global, static volatile var, so not kept in reg,