polmon: fix restoring ss in cbreak

This commit is contained in:
2025-10-06 22:50:34 +02:00
parent 3d90cbadf8
commit 8818606867

View File

@@ -228,7 +228,7 @@ asm(" .section .text.cbreak \n"
" xor %ax, %ax \n"
" mov %ax, %ds \n"
" cli \n"
" mov %ax, %ds \n"
" mov %ax, %ss \n"
" mov $0x2000, %sp \n"
" sti \n"
" pushf \n"