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

IDENTITY size parameter fix #1561

Merged
merged 3 commits into from
Nov 25, 2024

Conversation

OlivierBBB
Copy link
Collaborator

No description provided.

@OlivierBBB OlivierBBB linked an issue Nov 25, 2024 that may be closed by this pull request
@OlivierBBB OlivierBBB self-assigned this Nov 25, 2024
@OlivierBBB OlivierBBB added the bug Something isn't working label Nov 25, 2024
Copy link
Collaborator

@letypequividelespoubelles letypequividelespoubelles left a comment

Choose a reason for hiding this comment

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

LGTM

return new MmuCall(hub, MMU_INST_RAM_TO_RAM_SANS_PADDING)
.sourceId(subsection.exoModuleOperationId())
.sourceRamBytes(Optional.of(subsection.returnDataRange.extract()))
.targetId(hub.currentFrame().contextNumber())
.targetRamBytes(Optional.of(subsection.rawCallerMemory()))
.sourceOffset(EWord.ZERO)
.size(subsection.returnDataSize())
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is the real fix.

@letypequividelespoubelles letypequividelespoubelles merged commit 82341f1 into arith-dev Nov 25, 2024
4 of 5 checks passed
@letypequividelespoubelles letypequividelespoubelles deleted the 1560-identity-size-parameter-fix branch November 25, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Identity SIZE parameter fix
2 participants