chore: Fix string typos, fix missing long/wide returnEarly/returnLate
This commit is contained in:
parent
5d3769e921
commit
a54d408d3e
2 changed files with 4 additions and 4 deletions
|
|
@ -1011,8 +1011,8 @@ private fun MutableMethod.overrideReturnValue(value: String, returnLate: Boolean
|
|||
}
|
||||
|
||||
if (returnLate) {
|
||||
findInstructionIndicesReversed {
|
||||
opcode == RETURN || opcode == RETURN_OBJECT
|
||||
findInstructionIndicesReversedOrThrow {
|
||||
opcode == RETURN || opcode == RETURN_WIDE || opcode == RETURN_OBJECT
|
||||
}.forEach { index ->
|
||||
addInstructionsAtControlFlowLabel(index, instructions)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue