Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sigsegv: enable RISC-V build #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

xypron
Copy link

@xypron xypron commented Oct 1, 2021

Avoid build error

../sigsegv.c:104:39: error: ‘mcontext_t’ has no member named ‘gregs’;
did you mean ‘__gregs’?
104 | ucontext->uc_mcontext.gregs[i]
| ^~~~~

Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com

Avoid build error

../sigsegv.c:104:39: error: ‘mcontext_t’ has no member named ‘gregs’;
did you mean ‘__gregs’?
  104 |                 ucontext->uc_mcontext.gregs[i]
      |                                       ^~~~~

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
@yuzibo yuzibo mentioned this pull request Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant