changeset 2655:ead54d2c06d4

Removed ccbkrn, placed back bra in fnproc.asm
author Boisy Pitre <boisy.pitre@nuance.com>
date Tue, 10 Apr 2012 22:25:19 -0500
parents 4036f8e844a7
children 2ebf5e737ceb
files level2/coco3/modules/kernel/makefile level2/modules/kernel/fnproc.asm
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/level2/coco3/modules/kernel/makefile	Tue Apr 10 21:33:53 2012 -0500
+++ b/level2/coco3/modules/kernel/makefile	Tue Apr 10 22:25:19 2012 -0500
@@ -19,7 +19,8 @@
 		fid.asm fmapblk.asm fmem.asm fsend.asm fsleep.asm fsprior.asm \
 		fsswi.asm fstime.asm fsuser.asm funlink.asm funload.asm
 
-ALLOBJS		= $(KERNEL) $(KERNEL_CCB) $(KERNELP2)
+#ALLOBJS		= $(KERNEL) $(KERNEL_CCB) $(KERNELP2)
+ALLOBJS		= $(KERNEL) $(KERNELP2)
 
 all:	$(ALLOBJS)
 
--- a/level2/modules/kernel/fnproc.asm	Tue Apr 10 21:33:53 2012 -0500
+++ b/level2/modules/kernel/fnproc.asm	Tue Apr 10 22:25:19 2012 -0500
@@ -89,7 +89,7 @@
          lbsr  L0E8D      re-map the DAT image, if necessary
 
          ldb   <D.Quick   get quick return flag
-         lbra  L0E4C       Go switch GIME over to new process & run
+         bra   L0E4C       Go switch GIME over to new process & run
 
 * Process a signal (process had no signal trap)
 L0DFD    equ   *