fix a missing pop instruction.

This commit is contained in:
okuji 1999-05-01 21:30:29 +00:00
parent 074ac263be
commit 7920c7861f
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
1999-05-02 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* shared_src/asm.S (biosdisk_standard): Pop %ebp correctly, reported
by Pavel Roskin <pavel_roskin@geocities.com>.
1999-04-25 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* docs/menu.lst: Rewritten, so that it contains up-to-date

View file

@ -458,6 +458,7 @@ ENTRY(biosdisk_standard)
popl %edx
popl %ecx
popl %ebx
popl %ebp
ret