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

S390: Fix type of FPC register #3509

Merged
merged 1 commit into from
Jan 24, 2019
Merged

S390: Fix type of FPC register #3509

merged 1 commit into from
Jan 24, 2019

Conversation

keithc-ca
Copy link
Contributor

In the S/390 architecture, the FPC register is 32-bits wide independent of whether a process is running in 31-bit or 64-bit mode. infoForControl() and infoForControl_ceehdlr() were incorrectly
returning OMRPORT_SIG_VALUE_ADDRESS instead of OMRPORT_SIG_VALUE_32.

infoForControl() and infoForControl_ceehdlr() were incorrectly
returning OMRPORT_SIG_VALUE_ADDRESS instead of OMRPORT_SIG_VALUE_32

Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
@youngar
Copy link
Contributor

youngar commented Jan 24, 2019

@sehirst Can you review this please?

@youngar
Copy link
Contributor

youngar commented Jan 24, 2019

@genie-omr build zos

@sehirst
Copy link
Contributor

sehirst commented Jan 24, 2019

LGTM - thanks!

@fjeremic
Copy link
Contributor

FYI @keithc-ca @sehirst the above OpenJ9 issue that was raised is almost certainly a result of this PR. I've posted investigation details and require your help to proceed.

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.

5 participants