polmon: fix restoring ss in cbreak
This commit is contained in:
@@ -228,7 +228,7 @@ asm(" .section .text.cbreak \n"
|
|||||||
" xor %ax, %ax \n"
|
" xor %ax, %ax \n"
|
||||||
" mov %ax, %ds \n"
|
" mov %ax, %ds \n"
|
||||||
" cli \n"
|
" cli \n"
|
||||||
" mov %ax, %ds \n"
|
" mov %ax, %ss \n"
|
||||||
" mov $0x2000, %sp \n"
|
" mov $0x2000, %sp \n"
|
||||||
" sti \n"
|
" sti \n"
|
||||||
" pushf \n"
|
" pushf \n"
|
||||||
|
Reference in New Issue
Block a user