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:
parent
bbea30a3ab
commit
e28905d4a5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user