CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/09/03 08:09:26
Modified files:
sys/arch/riscv64/include: ptrace.h
Log message:
Enable ptrace(2) support for PT_GETFPREGS/PT_SETFPREGS
The code is already there, it was unreachable because of this #if 0.
ok kettenis@
