david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This commit is contained in:
Michael Brown 2006-05-02 21:09:29 +00:00
parent 10c28a51bd
commit cc23057b59
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
install_block:
/* Preserve registers */
pushw %ds
pushw %eax
pushl %eax
/* Starting segment => %ds */
movw %cs, %ax
@ -67,7 +67,7 @@ install_block:
rep addr32 stosb
/* Restore registers */
popw %eax
popl %eax
popw %ds
ret
.size install_block, . - install_block