mirror of
https://git.proxmox.com/git/grub2
synced 2026-02-01 21:43:27 +00:00
Add back accidently removed mov
This commit is contained in:
parent
7209c54e91
commit
c2994de134
@ -1214,7 +1214,6 @@ FUNCTION(grub_console_getkey)
|
||||
shrl $8, %eax
|
||||
orl $GRUB_TERM_EXTENDED, %eax
|
||||
2:
|
||||
|
||||
popl %ebp
|
||||
ret
|
||||
|
||||
@ -1248,12 +1247,15 @@ FUNCTION(grub_console_checkkey)
|
||||
DATA32 jmp pending
|
||||
|
||||
notpending:
|
||||
xorl %edx, %edx
|
||||
decl %edx
|
||||
|
||||
pending:
|
||||
DATA32 call real_to_prot
|
||||
.code32
|
||||
|
||||
movl %edx, %eax
|
||||
|
||||
popl %ebp
|
||||
ret
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user