Fix compation error in bootst.c (mvme68k/stand)
authorrahnds <rahnds@openbsd.org>
Sun, 28 Apr 1996 04:02:39 +0000 (04:02 +0000)
committerrahnds <rahnds@openbsd.org>
Sun, 28 Apr 1996 04:02:39 +0000 (04:02 +0000)
This was a result of code not being fully removed that
was used with a different version of bootloader/kernel.
A now useless check has been removed.
-dsr

sys/arch/mvme68k/stand/bootst/bootst.c

index 5b346ae..c07d07c 100644 (file)
@@ -178,10 +178,6 @@ load_kern(pbugargs)
                status = 0;
                addr = (char *) (pexec->a_entry & ~0x0FFF);
 
-               if ((int) pexec->a_entry != (int) addr + 0x22) {
-                           (int) addr + 0x22, pexec->a_entry);
-                       printf("kernel loaded at %x\n", addr);
-               }
                bcopy(&buf, addr, 512);
                /* 2nd block of exe */
                addr += 512;