From af73bb362c3a01243eb8ddbda6646524c4496eca Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 20 Feb 2007 14:41:23 -0800 Subject: [PATCH] Remove now-unnecessary push/pop. --- ui.inc | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.7.4