From 7920c7861ff6967f5f94f87d50029aaa39756de9 Mon Sep 17 00:00:00 2001 From: okuji Date: Sat, 1 May 1999 21:30:29 +0000 Subject: [PATCH] fix a missing pop instruction. --- ChangeLog | 5 +++++ shared_src/asm.S | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 00279e2af..bb1dd26f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-05-02 OKUJI Yoshinori + + * shared_src/asm.S (biosdisk_standard): Pop %ebp correctly, reported + by Pavel Roskin . + 1999-04-25 OKUJI Yoshinori * docs/menu.lst: Rewritten, so that it contains up-to-date diff --git a/shared_src/asm.S b/shared_src/asm.S index 293ccdaaf..8b5da00f8 100644 --- a/shared_src/asm.S +++ b/shared_src/asm.S @@ -458,6 +458,7 @@ ENTRY(biosdisk_standard) popl %edx popl %ecx popl %ebx + popl %ebp ret