Date: Tue, 22 Jun 2004 21:52:20 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/cdboot cdboot.s Message-ID: <200406222152.i5MLqKdM098126@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2004-06-22 21:52:20 UTC
FreeBSD src repository
Modified files:
sys/boot/i386/cdboot cdboot.s
Log:
Remove a bogus increment of %di when scanning the list of loader paths.
%di will already point to the character after the nul char when the
'repnz scasb' terminates.
Submitted by: Tom Cosgrove tom dot cosgrove at arches-consulting dot com
Revision Changes Path
1.12 +0 -1 src/sys/boot/i386/cdboot/cdboot.s
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406222152.i5MLqKdM098126>
