mirror of https://github.com/ipxe/ipxe.git
Typo
parent
10c28a51bd
commit
cc23057b59
|
@ -43,7 +43,7 @@
|
||||||
install_block:
|
install_block:
|
||||||
/* Preserve registers */
|
/* Preserve registers */
|
||||||
pushw %ds
|
pushw %ds
|
||||||
pushw %eax
|
pushl %eax
|
||||||
|
|
||||||
/* Starting segment => %ds */
|
/* Starting segment => %ds */
|
||||||
movw %cs, %ax
|
movw %cs, %ax
|
||||||
|
@ -67,7 +67,7 @@ install_block:
|
||||||
rep addr32 stosb
|
rep addr32 stosb
|
||||||
|
|
||||||
/* Restore registers */
|
/* Restore registers */
|
||||||
popw %eax
|
popl %eax
|
||||||
popw %ds
|
popw %ds
|
||||||
ret
|
ret
|
||||||
.size install_block, . - install_block
|
.size install_block, . - install_block
|
||||||
|
|
Loading…
Reference in New Issue