mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
MFi386: revision 1.13.
This commit is contained in:
parent
4d93f53e74
commit
a5a39deba2
2 changed files with 2 additions and 2 deletions
|
|
@ -115,7 +115,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
|
||||
|
|
|
|||
|
|
@ -115,7 +115,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…
Reference in a new issue