changeset 19:345d14338769

Test seems to be working -- time to move on to full system
author Me
date Tue, 22 Jun 2010 12:55:55 -0700
parents 734c665500e4
children 09e0029ee0c9
files CoreLoop.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/CoreLoop.c	Tue Jun 22 12:37:43 2010 -0700
     1.2 +++ b/CoreLoop.c	Tue Jun 22 12:55:55 2010 -0700
     1.3 @@ -57,7 +57,7 @@
     1.4        // Get to work!  --  virt procr jumps back here when done or suspends
     1.5        //Note, have to restore the frame-pointer before jump to here, to get
     1.6        // this code to work right (workQ and so forth are frame-ptr relative)
     1.7 -   CoreLoopStartPt:
     1.8 +CoreLoopStartPt:
     1.9     
    1.10        //Get virtual processor from queue
    1.11        //_VMSWorkQ must be a global, static volatile var, so not kept in reg,