From 109c9019f3cfb383c25a58d06aa0004c9688a9f2 Mon Sep 17 00:00:00 2001 From: hpa Date: Fri, 31 Dec 2004 00:40:26 +0000 Subject: [PATCH] Remove redundant "ebp" reference --- menu/biosio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/biosio.c b/menu/biosio.c index f3d909f..9927ffb 100644 --- a/menu/biosio.c +++ b/menu/biosio.c @@ -141,7 +141,7 @@ static inline void asm_putchar(char x, char attr,char page) "call bios_int10" : "+a" (x) : "abcdmi" (page), "acdmi" (attr) - : "ebx", "ecx", "ebp"); + : "ebx", "ecx"); } void putch(char x, char attr, char page) -- 2.7.4