Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
raskad committed Dec 15, 2024
1 parent 5b6ee34 commit 991f6e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/engine/src/vm/code_block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ impl CodeBlock {
| Instruction::Reserved45
| Instruction::Reserved46
| Instruction::Reserved47
| Instruction::Reserved48 => unreachable!("Reserved opcodes are unrechable"),
| Instruction::Reserved48 => unreachable!("Reserved opcodes are unreachable"),
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion core/engine/src/vm/flowgraph/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ impl CodeBlock {
| Instruction::Reserved45
| Instruction::Reserved46
| Instruction::Reserved47
| Instruction::Reserved48 => unreachable!("Reserved opcodes are unrechable"),
| Instruction::Reserved48 => unreachable!("Reserved opcodes are unreachable"),
}
}

Expand Down

0 comments on commit 991f6e6

Please sign in to comment.