commit | 9246320672be813b5d653bb8b1b4e4206503ece9 | [log] [tgz] |
---|---|---|
author | Palmer Dabbelt <palmerdabbelt@google.com> | Mon Oct 04 16:02:04 2021 -0700 |
committer | Palmer Dabbelt <palmerdabbelt@google.com> | Mon Oct 04 16:02:04 2021 -0700 |
tree | ab8ef5ac010ad1af81d5e31a03555b497aa63bee | |
parent | 5155cf7b6aaefe64d7d7e1f8ca1871fce55444c4 [diff] | |
parent | 59a4e0d5511ba61353ea9a4efdb1b86c23ecf134 [diff] |
Merge remote-tracking branch 'palmer/riscv-clone3' into fixes This contains a single patch to properly implement clone3() on rv32, which was missing before. In theory this is a new feature, but it's fixing a warning in checksyscalls that's now causing my build to fail so I'm calling it a fix.