mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-23 19:51:46 +00:00
Typo
This commit is contained in:
parent
10c28a51bd
commit
cc23057b59
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user