Skip to content

Commit

Permalink
fix: fuzzy resolver warning params were turned around
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas authored and oSumAtrIX committed Jun 5, 2022
1 parent 8f1a629 commit e5bea06
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ internal class SignatureResolver(
) {
this.add(
PatternScanMethod.Fuzzy.Warning(
originalOpcode, patternOpcode,
originalIndex, patternIndex
patternOpcode, originalOpcode,
patternIndex, originalIndex,
)
)
}
Expand Down

0 comments on commit e5bea06

Please sign in to comment.