We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Functions:
uchar superHreadbyte(Engine *, State *S, ulong addr); ulong superHreadlong(Engine *, State *S, ulong addr); ushort superHreadword(Engine *, State *S, ulong addr); void superHwritelong(Engine *, State *S, ulong addr, ulong data); void superHwriteword(Engine *, State *S, ulong addr, ulong data); void superHwritebyte(Engine *, State *S, ulong addr, ulong data);
produce segmentation faults when executed since all the structures related to numa have not been initialized or are NULL.
To Reproduce Steps to reproduce the behavior (on PC):
Steps to reproduce the behavior (on spresense):
The text was updated successfully, but these errors were encountered:
This is now fixed. @btsouts please tag with the corresponding issue / commit that addressed this.
Sorry, something went wrong.
btsouts
No branches or pull requests
Describe the bug
Functions:
uchar superHreadbyte(Engine *, State *S, ulong addr);
ulong superHreadlong(Engine *, State *S, ulong addr);
ushort superHreadword(Engine *, State *S, ulong addr);
void superHwritelong(Engine *, State *S, ulong addr, ulong data);
void superHwriteword(Engine *, State *S, ulong addr, ulong data);
void superHwritebyte(Engine *, State *S, ulong addr, ulong data);
produce segmentation faults when executed since all the structures
related to numa have not been initialized or are NULL.
To Reproduce
Steps to reproduce the behavior (on PC):
Steps to reproduce the behavior (on spresense):
The text was updated successfully, but these errors were encountered: