svn commit: r303962 - head/sys/boot/i386/btx/btxldr
Stephen J. Kiernan
stevek at FreeBSD.org
Thu Aug 11 15:00:56 UTC 2016
Author: stevek
Date: Thu Aug 11 15:00:55 2016
New Revision: 303962
URL: https://svnweb.freebsd.org/changeset/base/303962
Log:
Add the missing space between .asciz directive and opening quote for some
lines within #ifdef BTXLDR_VERBOSE/#endif
Reported by: Kevin Zheng <kzheng at juniper.net>
Reviewed by: jhb
Approved by: sjg (mentor)
Obtained from: Juniper Networks, Inc.
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D7464
Modified:
head/sys/boot/i386/btx/btxldr/btxldr.S
Modified: head/sys/boot/i386/btx/btxldr/btxldr.S
==============================================================================
--- head/sys/boot/i386/btx/btxldr/btxldr.S Thu Aug 11 14:27:23 2016 (r303961)
+++ head/sys/boot/i386/btx/btxldr/btxldr.S Thu Aug 11 15:00:55 2016 (r303962)
@@ -382,12 +382,12 @@ e_fmt: .asciz "Error: Client format not
#ifdef BTXLDR_VERBOSE
m_mem: .asciz "Starting in protected mode (base mem=\0)\n"
m_esp: .asciz "Arguments passed (esp=\0):\n"
-m_args: .asciz"<howto="
- .asciz" bootdev="
- .asciz" junk="
- .asciz" "
- .asciz" "
- .asciz" bootinfo=\0>\n"
+m_args: .asciz "<howto="
+ .asciz " bootdev="
+ .asciz " junk="
+ .asciz " "
+ .asciz " "
+ .asciz " bootinfo=\0>\n"
m_rel_bi: .asciz "Relocated bootinfo (size=48) to \0\n"
m_rel_args: .asciz "Relocated arguments (size=18) to \0\n"
m_rel_btx: .asciz "Relocated kernel (size=\0) to \0\n"
More information about the svn-src-head
mailing list