From b16aca65b65b0da713b6cb0ebfc25a261fed9c6c Mon Sep 17 00:00:00 2001 From: okuji Date: Wed, 25 Oct 2000 06:16:16 +0000 Subject: [PATCH] fix a quite bogus mistake in apm.S. --- ChangeLog | 5 +++++ stage2/apm.S | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dcdd0ff23..d549c1455 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-25 OKUJI Yoshinori + + * 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 * stage2/builtins.c (setup_func): When invoking install with an diff --git a/stage2/apm.S b/stage2/apm.S index 1be313b87..b0da4f225 100644 --- a/stage2/apm.S +++ b/stage2/apm.S @@ -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