You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
case Format45cc:
......
case Format4rcc:
setInstruction(location, newBuilderInstruction4rcc((Instruction4rcc) instruction));
return;
case Format51l:
......
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()
);
}
The text was updated successfully, but these errors were encountered: