You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/wrkdirs/usr/ports/cad/nvc/work/nvc-r1.7.1/thirdparty/cpustate.c:117:30: error: no member named '_gregs' in 'mcontext_t'; did you mean '__gregs'?
cpu->pc = uc->uc_mcontext._gregs[_REG_PC];
^~~~~~
__gregs
/usr/include/machine/ucontext.h:77:14: note: '__gregs' declared here
__gregset_t __gregs;
^
/wrkdirs/usr/ports/cad/nvc/work/nvc-r1.7.1/thirdparty/cpustate.c:118:30: error: no member named '_gregs' in 'mcontext_t'; did you mean '__gregs'?
cpu->sp = uc->uc_mcontext._gregs[_REG_SP];
^~~~~~
__gregs
/usr/include/machine/ucontext.h:77:14: note: '__gregs' declared here
__gregset_t __gregs;
^
/wrkdirs/usr/ports/cad/nvc/work/nvc-r1.7.1/thirdparty/cpustate.c:121:38: error: no member named '_gregs' in 'mcontext_t'; did you mean '__gregs'?
cpu->regs[i] = uc->uc_mcontext._gregs[i];
^~~~~~
__gregs
/usr/include/machine/ucontext.h:77:14: note: '__gregs' declared here
__gregset_t __gregs;
^
3 errors generated.
Version: 1.7.1
FreeBSD 13.1
The text was updated successfully, but these errors were encountered:
Version: 1.7.1
FreeBSD 13.1
The text was updated successfully, but these errors were encountered: