Save forgotten registers
This commit is contained in:
parent
cc306106b9
commit
ed32b24af6
1 changed files with 6 additions and 0 deletions
|
@ -2072,6 +2072,9 @@ FUNCTION(grub_bios_interrupt)
|
||||||
pushl %ebp
|
pushl %ebp
|
||||||
pushl %ecx
|
pushl %ecx
|
||||||
pushl %eax
|
pushl %eax
|
||||||
|
pushl %ebx
|
||||||
|
pushl %esi
|
||||||
|
pushl %edi
|
||||||
pushl %edx
|
pushl %edx
|
||||||
|
|
||||||
movb %al, intno
|
movb %al, intno
|
||||||
|
@ -2157,6 +2160,9 @@ intno:
|
||||||
movw LOCAL(bios_register_flags), %ax
|
movw LOCAL(bios_register_flags), %ax
|
||||||
movw %ax, 8(%edx)
|
movw %ax, 8(%edx)
|
||||||
|
|
||||||
|
popl %edi
|
||||||
|
popl %esi
|
||||||
|
popl %ebx
|
||||||
popl %eax
|
popl %eax
|
||||||
popl %ecx
|
popl %ecx
|
||||||
popl %ebp
|
popl %ebp
|
||||||
|
|
Loading…
Reference in a new issue