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.
This commit is contained in:
John Baldwin 2003-11-06 21:33:17 +00:00
parent 07027f9d23
commit 7af6cc7dee
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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