summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-02-20 14:41:23 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-02-20 14:41:23 -0800
commitaf73bb362c3a01243eb8ddbda6646524c4496eca (patch)
tree2997e26f88a79c066153d4c91bf6269c763b81ad
parent953510d25bb93fa1508cb24fde994cbb444bdcd2 (diff)
downloadsyslinux-af73bb362c3a01243eb8ddbda6646524c4496eca.tar.gz
Remove now-unnecessary push/pop.
-rw-r--r--ui.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui.inc b/ui.inc
index f0cab202..71501181 100644
--- 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