Tweak comments;
This commit is contained in:
@@ -129,8 +129,7 @@ pub fn relax_branches(
|
||||
|
||||
for (jt, jt_data) in func.jump_tables.iter() {
|
||||
func.jt_offsets[jt] = offset;
|
||||
// TODO: this should be computed based on the min size needed to hold
|
||||
// the furthest branch.
|
||||
// TODO: this should be computed based on the min size needed to hold the furthest branch.
|
||||
offset += jt_data.len() as u32 * 4;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user