-
Notifications
You must be signed in to change notification settings - Fork 132
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
Should have a way to construct an InterruptStackFrameValue
?
#466
Comments
I'm unsure if implementing |
Default
for InterruptStackFrameValue
?InterruptStackFrameValue
?
I agree. I have changed the issue's title. |
Feel free to open a PR. |
I need to store the
InterruptStackFrameValue
, which means I need some way to initialize theInterruptStackFrameValue
.As the
_reserved1
and_reserved2
were introduced in #263 for v0.15.0, I found no way to initialize it.Maybe add a
default
to it?The text was updated successfully, but these errors were encountered: