Mercurial > hg > Members > kono > nitros9-code
changeset 1712:7b387e304070
Minor optimization
author | boisy |
---|---|
date | Sun, 15 Aug 2004 13:45:22 +0000 |
parents | 12dccb1557b1 |
children | 732a9032a57d |
files | level2/modules/kernel/krnp2.asm |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/modules/kernel/krnp2.asm Sun Aug 15 13:43:10 2004 +0000 +++ b/level2/modules/kernel/krnp2.asm Sun Aug 15 13:45:22 2004 +0000 @@ -232,9 +232,7 @@ ldy #$0000 ENDC os9 F$Fork fork it - bcc L0093 if no error, go execute it -* jmp <D.Crash otherwise crash the system - bra L009B crash machine + bcs L009B if error, crash the system L0093 os9 F$NProc let it take over L0096 fcs /krnp3/