changeset 1952:0902ccedce07

Carry preserved appropriately where it wasn't before
author boisy
date Tue, 20 Dec 2005 15:16:52 +0000
parents 2c97a4f68e9c
children 8ae0268695b7
files level1/modules/boot_common.asm
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/level1/modules/boot_common.asm	Mon Dec 19 13:42:18 2005 +0000
+++ b/level1/modules/boot_common.asm	Tue Dec 20 15:16:52 2005 +0000
@@ -98,9 +98,11 @@
 * Error point - return allocated memory and then return to kernel
 error                 
 * Return memory allocated for sector buffers
+         pshs  cc
          ldd   #256      
          ldu   blockloc,u
          os9   F$SRtMem  
+         puls  cc
          bra   error2    
                          
 * Routine to save off alloced mem from F$SRqMem into blockloc,u and restore