diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2022-01-17 16:42:07 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2022-01-17 16:42:07 +0000 |
| commit | 3fc21fdd5f8a4eeb71f43cc6841f59ef1debaf9a (patch) | |
| tree | 155862815375048ec6efce0502a2e65764fb5e9e /sys/riscv | |
| parent | 1544f5add8c72c28e939a1557e3e319c6cfe5008 (diff) | |
Diffstat (limited to 'sys/riscv')
| -rw-r--r-- | sys/riscv/riscv/elf_machdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/riscv/riscv/elf_machdep.c b/sys/riscv/riscv/elf_machdep.c index 8cb1355708d2..09b071eab6ef 100644 --- a/sys/riscv/riscv/elf_machdep.c +++ b/sys/riscv/riscv/elf_machdep.c @@ -81,6 +81,7 @@ struct sysentvec elf64_freebsd_sysvec = { .sv_maxuser = VM_MAXUSER_ADDRESS, .sv_usrstack = USRSTACK, .sv_psstrings = PS_STRINGS, + .sv_psstringssz = sizeof(struct ps_strings), .sv_stackprot = VM_PROT_READ | VM_PROT_WRITE, .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs), .sv_copyout_strings = exec_copyout_strings, |
