Skip to content

Commit 24acdd6

Browse files
authored
correct offset
1 parent fb7c53c commit 24acdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/x86/scal.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
#else
6666
movl 32(%esp),%edi
6767
movl 36(%esp),%esi
68-
movl 54(%esp),%ecx
68+
movl 52(%esp),%ecx
6969
#endif
7070

7171
ftst

0 commit comments

Comments
 (0)