diff options
author | Daniel Bertalan <dani@danielbertalan.dev> | 2021-11-13 09:28:56 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-11-13 10:04:46 +0100 |
commit | 648a139af36d6803fbe0674d4c6d461f46564e84 (patch) | |
tree | a95ada45370fb0d2eb7ad64a3309b43d69709646 /Kernel/Storage/IDEChannel.cpp | |
parent | 7f8dc395c10d43c8fff91812834ac8c6db4247a6 (diff) | |
download | serenity-648a139af36d6803fbe0674d4c6d461f46564e84.zip |
Kernel+LibC: Pass off_t to pread() via a pointer
`off_t` is a 64-bit signed integer, so passing it in a register on i686
is not the best idea.
This fix gets us one step closer to making the LLVM port work.
Diffstat (limited to 'Kernel/Storage/IDEChannel.cpp')
0 files changed, 0 insertions, 0 deletions