changeset 2316:302cbb0aa5de

Fixed signal problem
author boisy
date Mon, 04 Jan 2010 01:26:14 +0000
parents bf6708acbda6
children bfe775cef271
files level1/modules/dw3.asm
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/level1/modules/dw3.asm	Mon Jan 04 01:16:23 2010 +0000
+++ b/level1/modules/dw3.asm	Mon Jan 04 01:26:14 2010 +0000
@@ -348,8 +348,7 @@
           	tfr     d,u
 			lda		<V.LPRC,u
 			beq		IRQExit ; no last process, bail
-			*ldb		#S$Peer
-			ldb		#0	; sending 0 works
+			ldb		#S$Peer
 			os9		F$Send	; send signal, don't think we can do anything about an error result anyway.. so
 			bra		CkSuspnd  ; do we need to go check suspend?