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

add testcases for shared heap and fix POP_MEM_OFFSET of memory64 #3916

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

WenLY1
Copy link
Contributor

@WenLY1 WenLY1 commented Nov 20, 2024

fix POP_MEM_OFFSET of memory64:
When WAMR_BUILD_MEMORY64 is enabled but is_memory64 is false, if the addr is larger than 0x80000000 and the addr is directly converted to uint64 from int32, the result is wrong, as follows
20241120-162228

@WenLY1 WenLY1 force-pushed the dev_shared_heap branch 2 times, most recently from ab65491 to 410df62 Compare November 20, 2024 06:06
@WenLY1 WenLY1 changed the base branch from dev/shared_heap to main November 20, 2024 08:11
Copy link
Contributor

@wenyongh wenyongh left a comment

Choose a reason for hiding this comment

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

LGTM

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.

3 participants