Skip to content

Commit

Permalink
Count branches correctly in bytecode
Browse files Browse the repository at this point in the history
  • Loading branch information
romainguy committed May 16, 2024
1 parent 8982b43 commit 8fd00d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package dev.romainguy.kotlin.explorer.code

enum class ISA(val branchInstructions: Array<String>) {
ByteCode(arrayOf("")),
ByteCode(arrayOf("if")),
Dex(arrayOf("if-")),
X86_64(
arrayOf(
Expand Down

0 comments on commit 8fd00d7

Please sign in to comment.