| ... | ... | @@ -2226,7 +2226,7 @@ pub fn process_vm_writev(pid: pid_t, local: []const iovec_const, remote: []const |
| 2226 | 2226 | } |
| 2227 | 2227 | |
| 2228 | 2228 | pub fn fadvise(fd: fd_t, offset: i64, len: i64, advice: usize) usize { |
| 2229 | | if (comptime native_arch.isARM() or native_arch.isPowerPC32()) { |
| 2229 | if (comptime native_arch.isArmOrThumb() or native_arch.isPowerPC32()) { |
| 2230 | 2230 | // These architectures reorder the arguments so that a register is not skipped to align the |
| 2231 | 2231 | // register number that `offset` is passed in. |
| 2232 | 2232 | |