From d0b0659fbeb35d06fff22b2d226bc838d0e7d3bf Mon Sep 17 00:00:00 2001 From: gikidy Date: Fri, 13 Mar 2009 03:32:55 +0000 Subject: [PATCH] cleanScreen verified. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7874 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/BootSector/efi32.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DuetPkg/BootSector/efi32.S b/DuetPkg/BootSector/efi32.S index 5afdb9c1f8..11e53b2488 100644 --- a/DuetPkg/BootSector/efi32.S +++ b/DuetPkg/BootSector/efi32.S @@ -501,7 +501,7 @@ ClearScreen: pushl %eax pushl %ecx - movb 0x00, %al + movb $0x00, %al movb $0xc, %ah movl $0xb8000, %edi movl $80*24, %ecx -- 2.39.2