fix a quite bogus mistake in apm.S.

This commit is contained in:
okuji 2000-10-25 06:16:16 +00:00
parent 33c3b18d40
commit b16aca65b6
2 changed files with 6 additions and 1 deletions

View file

@ -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> 2000-10-24 Jochen Hoenicke <jochen@gnu.org>
* stage2/builtins.c (setup_func): When invoking install with an * stage2/builtins.c (setup_func): When invoking install with an

View file

@ -117,7 +117,7 @@ no_32_apm_bios:
andw $0xfffd, ABS(EXT_C(apm_bios_info)) + 12 andw $0xfffd, ABS(EXT_C(apm_bios_info)) + 12
done_apm_bios: done_apm_bios:
DATA32 call EXT_C(prot_to_real) DATA32 call EXT_C(real_to_prot)
.code32 .code32
popl %esi popl %esi