hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/x86/boot/bioscall.S
....@@ -32,7 +32,7 @@
3232 movw %dx, %si
3333 movw %sp, %di
3434 movw $11, %cx
35
- rep; movsd
35
+ rep; movsl
3636
3737 /* Pop full state from the stack */
3838 popal
....@@ -67,7 +67,7 @@
6767 jz 4f
6868 movw %sp, %si
6969 movw $11, %cx
70
- rep; movsd
70
+ rep; movsl
7171 4: addw $44, %sp
7272
7373 /* Restore state and return */