forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
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 */