diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2024-01-11 19:16:28 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2024-01-11 19:16:28 +0000 |
commit | c936d21ceee5b01f5dbfec8ddf338ec38ce8077c (patch) | |
tree | 6d5db37081183ab50596ba2d8c91f48a8583c307 /distrib | |
parent | ed471b32aaab139bce13d84ff87af6b3a00c2a5c (diff) |
Since no system call takes more than 6 arguments, and no more than one
off_t argument, there is no need to process more than 6 arguments on
64-bit platforms and 8 on 32-bit platforms.
Make the syscall argument gathering code simpler by removing never-used code
to fetch more arguments from the stack, and local argument arrays when pointing
to the trap frame does the job.
ok guenther@ jsing@
Diffstat (limited to 'distrib')
0 files changed, 0 insertions, 0 deletions