summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-11-06 21:33:17 +0000
committerjhb <jhb@FreeBSD.org>2003-11-06 21:33:17 +0000
commite28905d4a5ec7312ef6c829ccd7ea96acb7afe34 (patch)
tree9ef003135eee2aeb63456ae892210aee4b53defc /sys/boot
parentbbea30a3ab460d90facab10eac52d60d36475733 (diff)
downloadFreeBSD-src-e28905d4a5ec7312ef6c829ccd7ea96acb7afe34.zip
FreeBSD-src-e28905d4a5ec7312ef6c829ccd7ea96acb7afe34.tar.gz
Fix an incorrect quote character in an M4 test conditon. Basically, one
of the verbose print statements that BTXLDR_VERBOSE enables wasn't properly enabled.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/btx/btxldr/btxldr.S2
-rw-r--r--sys/boot/i386/btx/btxldr/btxldr.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/btx/btxldr/btxldr.S b/sys/boot/i386/btx/btxldr/btxldr.S
index 67a986c..7d4b121 100644
--- a/sys/boot/i386/btx/btxldr/btxldr.S
+++ b/sys/boot/i386/btx/btxldr/btxldr.S
@@ -78,7 +78,7 @@ ifdef(`BTXLDR_VERBOSE',`
#
# Relocate caller's arguments.
#
-ifdef('BTXLDR_VERBOSE',`
+ifdef(`BTXLDR_VERBOSE',`
movl $m_esp,%esi # Display
movl %esp,%eax # caller
call hexout # stack
diff --git a/sys/boot/i386/btx/btxldr/btxldr.s b/sys/boot/i386/btx/btxldr/btxldr.s
index 67a986c..7d4b121 100644
--- a/sys/boot/i386/btx/btxldr/btxldr.s
+++ b/sys/boot/i386/btx/btxldr/btxldr.s
@@ -78,7 +78,7 @@ ifdef(`BTXLDR_VERBOSE',`
#
# Relocate caller's arguments.
#
-ifdef('BTXLDR_VERBOSE',`
+ifdef(`BTXLDR_VERBOSE',`
movl $m_esp,%esi # Display
movl %esp,%eax # caller
call hexout # stack
OpenPOWER on IntegriCloud