Save forgotten registers

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-02-08 01:21:54 +01:00
parent cc306106b9
commit ed32b24af6

View file

@ -2072,6 +2072,9 @@ FUNCTION(grub_bios_interrupt)
pushl %ebp
pushl %ecx
pushl %eax
pushl %ebx
pushl %esi
pushl %edi
pushl %edx
movb %al, intno
@ -2157,6 +2160,9 @@ intno:
movw LOCAL(bios_register_flags), %ax
movw %ax, 8(%edx)
popl %edi
popl %esi
popl %ebx
popl %eax
popl %ecx
popl %ebp