Remove now-unnecessary push/pop.
authorH. Peter Anvin <hpa@zytor.com>
Tue, 20 Feb 2007 22:41:23 +0000 (14:41 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 20 Feb 2007 22:41:23 +0000 (14:41 -0800)
ui.inc

diff --git a/ui.inc b/ui.inc
index f0cab20..7150118 100644 (file)
--- a/ui.inc
+++ b/ui.inc
@@ -199,9 +199,7 @@ load_kernel:                                        ; Load the kernel now
                mov si,command_line
                 mov di,KernelName
                 push si
-                push di
                call mangle_name
-               pop di
                 pop si
 ;
 ; Fast-forward to first option (we start over from the beginning, since