changeset 2703:aa91dd03121d lwtools-port

Fixed bug where ordering of pull was affecting routine
author Boisy Pitre <boisy.pitre@nuance.com>
date Fri, 20 Jul 2012 15:10:55 -0500
parents 2bd966ffd6d5
children c4608eb2797b
files level1/modules/dw3.asm
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/level1/modules/dw3.asm	Fri Jul 20 15:02:12 2012 -0500
+++ b/level1/modules/dw3.asm	Fri Jul 20 15:10:55 2012 -0500
@@ -478,10 +478,10 @@
                ldx       >D.PthDBT
                endc      
                os9       F$Find64
+               ldx       PD.DEV,y
+               leax      V$STAT,x
                puls      y
                bcs       loop   +BGP+ Jul 20, 2012: continue even if error in F$Find64
-               ldx       PD.DEV,y
-               leax      V$STAT,x
 
                cmpu      ,x
                bne       loop
@@ -499,7 +499,7 @@
 statcont       clrb      
                tfr       d,u
 * NEW: root through all process descriptors. if any has a path open to this
-* device, set the Condem bit of the P$State
+* device, condem it
                ldx       <D.AProcQ
                beq       dowaitq
                bsr       RootThrough