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

added support for 4rcc in MutableMethodImplementation #865

Open
hide955 opened this issue Feb 17, 2023 · 0 comments
Open

added support for 4rcc in MutableMethodImplementation #865

hide955 opened this issue Feb 17, 2023 · 0 comments

Comments

@hide955
Copy link

hide955 commented Feb 17, 2023

case Format45cc:
......
case Format4rcc:
setInstruction(location, newBuilderInstruction4rcc((Instruction4rcc) instruction));
return;
case Format51l:
......

@nonnull
private BuilderInstruction4rcc newBuilderInstruction4rcc(@nonnull Instruction4rcc instruction) {
return new BuilderInstruction4rcc(
instruction.getOpcode(),
instruction.getStartRegister(),
instruction.getRegisterCount(),
instruction.getReference(),
instruction.getReference2()
);
}

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

No branches or pull requests

1 participant