Skip to content

Commit

Permalink
correct offset
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jul 26, 2024
1 parent fb7c53c commit 24acdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/x86/scal.S
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#else
movl 32(%esp),%edi
movl 36(%esp),%esi
movl 54(%esp),%ecx
movl 52(%esp),%ecx
#endif

ftst
Expand Down

0 comments on commit 24acdd6

Please sign in to comment.