From e33c0fa9ebfb66cd75af1315944a6513b4c9b9bb Mon Sep 17 00:00:00 2001 From: dsl Date: Tue, 5 Aug 2003 15:14:49 +0000 Subject: [PATCH] Dont need jmpl, ljmp or jmp is fine. --- sys/arch/i386/stand/bootxx/pbr.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/stand/bootxx/pbr.S b/sys/arch/i386/stand/bootxx/pbr.S index 378c5f9b5b1d..a5059fa79432 100644 --- a/sys/arch/i386/stand/bootxx/pbr.S +++ b/sys/arch/i386/stand/bootxx/pbr.S @@ -1,4 +1,4 @@ -/* $NetBSD: pbr.S,v 1.4 2003/08/05 13:41:52 dsl Exp $ */ +/* $NetBSD: pbr.S,v 1.5 2003/08/05 15:14:49 dsl Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -322,7 +322,7 @@ pbr_read_ok: jnz error movl %ebp, %esi /* %esi ptn base, %dl disk id */ - jmpl $0, $bootxx /* our %cs may not be zero */ + jmp $0, $bootxx /* our %cs may not be zero */ /* Read disk using int13-extension parameter block */ read_lba: