Browse Source

correct offset

tags/v0.3.28^2
Martin Kroeker GitHub 1 year ago
parent
commit
24acdd6bbb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/x86/scal.S

+ 1
- 1
kernel/x86/scal.S View File

@@ -65,7 +65,7 @@
#else
movl 32(%esp),%edi
movl 36(%esp),%esi
movl 54(%esp),%ecx
movl 52(%esp),%ecx
#endif

ftst


Loading…
Cancel
Save