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

Casting parameter type to fit the template in generateS390CompareAndBranchInstruction #6725

Merged
merged 1 commit into from
Aug 27, 2019

Commits on Aug 15, 2019

  1. Typecast parameter for generateS390CompareAndBranchInstruction and …

    …remove unnecessary typecast
    
    Typecast immediate value parameter for `generateS390CompareAndBranchInstruction` to either `int32_t` or `int64_t` to use newly added function template.
    
    Also remove unnecessary return typecasting.
    
    Signed-off-by: simonameng <simonameng97@gmail.com>
    simonameng committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    f989748 View commit details
    Browse the repository at this point in the history