fix a missing pop instruction.
This commit is contained in:
parent
074ac263be
commit
7920c7861f
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -458,6 +458,7 @@ ENTRY(biosdisk_standard)
|
|||
popl %edx
|
||||
popl %ecx
|
||||
popl %ebx
|
||||
popl %ebp
|
||||
|
||||
ret
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue