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:
jhb 2003-11-06 21:33:17 +00:00
parent bbea30a3ab
commit e28905d4a5
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