1 static void
2 arch_decode_pt_fpregs(struct tcb *const tcp, const kernel_ulong_t addr)
3 {
4 arch_decode_fpregset(tcp, addr,
5 #if HAVE_ARCH_FPREGSET
6 sizeof(struct_fpregset)
7 #else
8 0
9 #endif
10 );
11 }