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

Fix omrgenerate_ieat_dump.s assembly instruction to load 64 bit #7339

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

Deigue
Copy link
Contributor

@Deigue Deigue commented May 17, 2024

During Open XL bring up of OMR, a segmentation fault was seen while running the omrporttest target.

One of the load register instructions was meant to be loading the 64-bit address over which was not apparent while compiling with XLC. The problem manifested itself as a segmentation fault with Open XL, and this addresses that issue while keeping XLC working the same way.

One of the load register instructions was meant to be
loading the 64 bit address over which was not apparent while
compiling with XLC. The problem manifested itself as a
segmentation fault with Open XL, and this addresses that issue
while keeping XLC working the same way.

Signed-off-by: Gaurav Chaudhari <gaurav.chaudhari@ibm.com>
@babsingh
Copy link
Contributor

jenkins build zos

@babsingh babsingh merged commit 8735090 into eclipse:master Jun 11, 2024
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants