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

sbi_system_suspend() cannot return SBI_SUCCESS #131

Merged

Conversation

SiFiveHolland
Copy link
Contributor

If the suspend/resume operation is successful, execution continues at resume_addr, as described in the text. The function does not return.

Closes #130

If the suspend/resume operation is successful, execution continues at
`resume_addr`, as described in the text. The function does not return.

Reported-by: Wesley Norris <[email protected]>
Signed-off-by: Samuel Holland <[email protected]>
Copy link
Collaborator

@atishp04 atishp04 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@atishp04 atishp04 merged commit 7bb328b into riscv-non-isa:master Nov 27, 2023
2 checks passed
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.

Clarification on SBI_SUCCESS return value from the sbi_system_suspend function
2 participants