-
Notifications
You must be signed in to change notification settings - Fork 396
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
Z: Change CPU support flag setters to return void #7122
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@Spencer-Comin can you resolve the conflicts this is complaining about so that I can launch tests? |
6462b5a
to
2069fda
Compare
Jenkins build zos,zlinux |
@Spencer-Comin can you rebase your branch? Some how test is failing with missing newly added facility check for constrained and non constrained transaction memory check. |
2069fda
to
b854a88
Compare
Jenkins build zos,zlinux |
1 similar comment
Jenkins build zos,zlinux |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a question/comment about setSupportsArch
Signed-off-by: Spencer Comin <spencer.comin@ibm.com>
Signed-off-by: Spencer Comin <spencer.comin@ibm.com>
b854a88
to
1046181
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks!
Jenkins build zos,zlinux |
z/arch builds were successful and reviews approved. Merging. |
Currently the
OMR::Z::CPU::setSupports*(bool value)
methods return the inputvalue
. The return value from these setters is not used anywhere, so there is no need to have a return value.