Add back accidently removed mov
This commit is contained in:
parent
7209c54e91
commit
c2994de134
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue