From: H. Peter Anvin Date: Tue, 20 Feb 2007 22:41:23 +0000 (-0800) Subject: Remove now-unnecessary push/pop. X-Git-Tag: syslinux-3.40-pre8~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af73bb362c3a01243eb8ddbda6646524c4496eca;p=profile%2Fivi%2Fsyslinux.git Remove now-unnecessary push/pop. --- diff --git a/ui.inc b/ui.inc index f0cab20..7150118 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