diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-07 19:12:36 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-07 19:12:36 +0000 |
| commit | 10aabd90395d251f528eb0342df4a7601082e41e (patch) | |
| tree | 99e207f765dd436d37bc62acaea627d5f8dbef96 /sys/boot | |
| parent | 1a91ccccc68c27c015b83c12596127169992bd76 (diff) | |
Notes
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 |
