commit | 0824e2cb84285e6f4cabc59122b1a8c397f0acd4 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu May 11 17:58:00 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu May 11 17:58:00 2023 +0000 |
tree | eff8615f546566ba4f92545ad9e7ca3121a2b595 | |
parent | 983292a9724604046fbd4e4002c0bc8d8bc09347 [diff] | |
parent | d4e662edabb1c71255fa2b882000caa09e405d7c [diff] |
Merge "riscv64: fix return value when errorno is 4095"
diff --git a/libc/tools/gensyscalls.py b/libc/tools/gensyscalls.py index 558b004..4f33777 100755 --- a/libc/tools/gensyscalls.py +++ b/libc/tools/gensyscalls.py
@@ -88,7 +88,7 @@ ecall li a7, -MAX_ERRNO - bgtu a0, a7, 1f + bgeu a0, a7, 1f ret 1: