fix a quite bogus mistake in apm.S.
This commit is contained in:
parent
33c3b18d40
commit
b16aca65b6
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-10-25 OKUJI Yoshinori <okuji@gnu.org>
|
||||
|
||||
* stage2/apm.S (get_apm_info): Fix a serious typo: prot_to_real
|
||||
-> real_to_prot. Umm, I can't understand why it worked for me!
|
||||
|
||||
2000-10-24 Jochen Hoenicke <jochen@gnu.org>
|
||||
|
||||
* stage2/builtins.c (setup_func): When invoking install with an
|
||||
|
|
|
@ -117,7 +117,7 @@ no_32_apm_bios:
|
|||
andw $0xfffd, ABS(EXT_C(apm_bios_info)) + 12
|
||||
|
||||
done_apm_bios:
|
||||
DATA32 call EXT_C(prot_to_real)
|
||||
DATA32 call EXT_C(real_to_prot)
|
||||
.code32
|
||||
|
||||
popl %esi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue