diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-13 16:17:47 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-13 16:17:47 +0000 |
commit | 44da929615102979b7b6266bc5f4fc91d7a2d782 (patch) | |
tree | 7aac72b3daf37d5d1f6951522b4af007590eb3b2 /sys/arch/amiga/stand/boot | |
parent | a18552735810c88ba4642c42ad6b6b2abdb7f4d0 (diff) |
slight code reorg
Diffstat (limited to 'sys/arch/amiga/stand/boot')
-rw-r--r-- | sys/arch/amiga/stand/boot/bbstart.s | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/arch/amiga/stand/boot/bbstart.s b/sys/arch/amiga/stand/boot/bbstart.s index c2512311142..3d671c8b8a9 100644 --- a/sys/arch/amiga/stand/boot/bbstart.s +++ b/sys/arch/amiga/stand/boot/bbstart.s @@ -1,5 +1,5 @@ /* - * $OpenBSD: bbstart.s,v 1.1 1997/01/16 09:26:28 niklas Exp $ + * $OpenBSD: bbstart.s,v 1.2 1997/05/13 16:17:46 niklas Exp $ * $NetBSD: bbstart.s,v 1.1.1.1 1996/11/29 23:36:29 is Exp $ * * Copyright (c) 1996 Ignatios Souvatzis @@ -90,11 +90,7 @@ Lautoload: movl sp@+,a1 |IORequest movl sp@+,a6 |SysBase orl d0,d0 - jne Lgotmem - movql #1,d0 - rts - -Lgotmem: + jeq Lerr movl d0,sp@- |Address movl a1@(IOoff),sp@- |Old offset movl a1,sp@- @@ -179,7 +175,7 @@ Lendtab: bsr _pain Lerr: - movq #1,d0 + movql #1,d0 rts .comm _SysBase,4 |