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
|
shrl $8, %eax
|
||||||
orl $GRUB_TERM_EXTENDED, %eax
|
orl $GRUB_TERM_EXTENDED, %eax
|
||||||
2:
|
2:
|
||||||
|
|
||||||
popl %ebp
|
popl %ebp
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
@ -1248,12 +1247,15 @@ FUNCTION(grub_console_checkkey)
|
||||||
DATA32 jmp pending
|
DATA32 jmp pending
|
||||||
|
|
||||||
notpending:
|
notpending:
|
||||||
|
xorl %edx, %edx
|
||||||
decl %edx
|
decl %edx
|
||||||
|
|
||||||
pending:
|
pending:
|
||||||
DATA32 call real_to_prot
|
DATA32 call real_to_prot
|
||||||
.code32
|
.code32
|
||||||
|
|
||||||
|
movl %edx, %eax
|
||||||
|
|
||||||
popl %ebp
|
popl %ebp
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue