Mercurial > hg > Members > kono > nitros9-code
changeset 1783:884c56f17214
Minor source changes for clarity -- no code changes
author | boisy |
---|---|
date | Thu, 07 Apr 2005 17:41:21 +0000 |
parents | ed6a0eab2ff6 |
children | be93c36931ad |
files | level2/modules/kernel/fstime.asm |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/modules/kernel/fstime.asm Tue Apr 05 14:04:07 2005 +0000 +++ b/level2/modules/kernel/fstime.asm Thu Apr 07 17:41:21 2005 +0000 @@ -30,14 +30,14 @@ pshs x Preserve it ldx <D.SysPrc Get ptr to system process stx <D.Proc Save as current process - lda #$C1 Link to Clock module - leax L07E3,pc + lda #Systm+Objct Link to Clock module + leax ClockNam,pc os9 F$Link puls x Get back ptr to user's process stx <D.Proc Make it the active process again - bcs L0816 If error in Link, exit with error code + bcs ex@ If error in Link, exit with error code jmp ,y Jump into Clock -L0816 rts +ex@ rts -L07E3 fcs /Clock/ +ClockNam fcs /Clock/