Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Aug 2016 15:00:55 +0000 (UTC)
From:      "Stephen J. Kiernan" <stevek@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r303962 - head/sys/boot/i386/btx/btxldr
Message-ID:  <201608111500.u7BF0t65043194@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608111500.u7BF0t65043194>