commit | d2e55dd05b263d858ce024eb2cc0b5ff7c45cf9c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Mar 09 22:03:42 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Mar 09 22:03:42 2023 +0000 |
tree | 74330fb7ff0a2286a613c01b28e0fcb804a6bc53 | |
parent | 7f8133dc2f9ecce475b50bd75b95dc058dd72a05 [diff] | |
parent | c42c74138c8680e53175c35f39a79e98d62eee3c [diff] |
Merge "The syscall call uses the 'tail' instruction call"
diff --git a/libc/tools/gensyscalls.py b/libc/tools/gensyscalls.py index a525a98..558b004 100755 --- a/libc/tools/gensyscalls.py +++ b/libc/tools/gensyscalls.py
@@ -93,7 +93,7 @@ ret 1: neg a0, a0 - j __set_errno_internal + tail __set_errno_internal END(%(func)s) """