mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
prgregset_t changed type from being a typedef of struct reg to an
array of one element of type struct reg. Change the argument to libc_r_md_getgregs() accordingly.
This commit is contained in:
parent
788195c186
commit
c465e9a1f0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132409
@ -31,7 +31,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <machine/setjmp.h>
|
||||
|
||||
void
|
||||
libc_r_md_getgregs(jmp_buf jb, prgregset_t *r)
|
||||
libc_r_md_getgregs(jmp_buf jb, prgregset_t r)
|
||||
{
|
||||
r->r_regs[R_V0] = jb->_jb[4];
|
||||
r->r_regs[R_T0] = jb->_jb[5];
|
||||
|
Loading…
Reference in New Issue
Block a user