Skip to content

Commit

Permalink
optd
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny2022da committed Feb 19, 2024
1 parent 06021b8 commit e410993
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/vm/opcodeProcessor.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@ func doCodeFusion(code []byte) ([]byte, error) {
}

}
return fusedCode, nil
// return fusedCode, nil
return code, nil
}

func calculateSkipSteps(code []byte, cur int) (skip bool, steps int) {
Expand Down

0 comments on commit e410993

Please sign in to comment.