Skip to content

Commit

Permalink
docs: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouwfang committed Jan 27, 2025
1 parent 2bf1ea3 commit 54846cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/interpreter/src/valid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ impl ValidMode for Verify {
eprintln!("The branch table entries for loop in the custom section are wrong.");
Err(unsupported(if_debug!(Unsupported::SideTable)))?
}
// expr.branch_table[source.branch_table] = branch table from the custom section;
// expr.branch_table[source.branch_table] = the branch table entry from the custom
// section;
label.type_.params
}
})
Expand Down

0 comments on commit 54846cc

Please sign in to comment.