diff options
-rw-r--r-- | DuetPkg/BootSector/efi32.S | 2 |
1 files changed, 1 insertions, 1 deletions
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
|