2006-12-11 Marco Gerards <marco@gnu.org>

* normal/menu_entry.c (run): Fix off by one bug so the last line
	is executed.  Move the loader check to outside the loop.
This commit is contained in:
marco_g 2006-12-11 21:00:06 +00:00
parent ef87571464
commit 957b3a3e17
2 changed files with 10 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2006-12-11 Marco Gerards <marco@gnu.org>
* normal/menu_entry.c (run): Fix off by one bug so the last line
is executed. Move the loader check to outside the loop.
2006-12-08 Hollis Blanchard <hollis@penguinppc.org>
* kern/powerpc/ieee1275/cmain.c (cmain): Mark r3 and r4 as `UNUSED'.