2002-12-28 Yoshinori K. Okuji <okuji@enbug.org>

* kern/i386/pc/startup.S (push_get_mmap_entry): Revert to a
	bunch of pushl's from pusha, because this destroys the return
	value.
This commit is contained in:
okuji 2002-12-28 07:42:12 +00:00
parent 62ddcc8f79
commit 08b70fe8eb
2 changed files with 14 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2002-12-28 Yoshinori K. Okuji <okuji@enbug.org>
* kern/i386/pc/startup.S (push_get_mmap_entry): Revert to a
bunch of pushl's from pusha, because this destroys the return
value.
2002-12-28 Yoshinori K. Okuji <okuji@enbug.org>
Use -mrtd and -mregparm=3 to reduce the generated code sizes.