diff options
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/i386/btx/btxldr/btxldr.S | 2 | ||||
| -rw-r--r-- | sys/boot/i386/btx/btxldr/btxldr.s | 2 |
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 67a986c767393..b03354c3eb4cc 100644 --- a/sys/boot/i386/btx/btxldr/btxldr.S +++ b/sys/boot/i386/btx/btxldr/btxldr.S @@ -166,7 +166,7 @@ ifdef(`BTXLDR_VERBOSE',` call hexout # relocation call putstr # message ') - addl $PAG_SIZ,%ebp # Display + addl $PAG_SIZ * 2,%ebp # Display ifdef(`BTXLDR_VERBOSE',` movl $m_base,%esi # the movl %ebp,%eax # user diff --git a/sys/boot/i386/btx/btxldr/btxldr.s b/sys/boot/i386/btx/btxldr/btxldr.s index 67a986c767393..b03354c3eb4cc 100644 --- a/sys/boot/i386/btx/btxldr/btxldr.s +++ b/sys/boot/i386/btx/btxldr/btxldr.s @@ -166,7 +166,7 @@ ifdef(`BTXLDR_VERBOSE',` call hexout # relocation call putstr # message ') - addl $PAG_SIZ,%ebp # Display + addl $PAG_SIZ * 2,%ebp # Display ifdef(`BTXLDR_VERBOSE',` movl $m_base,%esi # the movl %ebp,%eax # user |
