Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
qinsoon committed Sep 29, 2020
1 parent c8daf8d commit 09760fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mmtk/src/object_model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ impl ObjectModel<JikesRVM> for VMObjectModel {
}

let start = Self::object_start_ref(to);
fill_alignment_gap(region, start);
fill_alignment_gap::<JikesRVM>(region, start);

start + bytes
}
Expand Down

0 comments on commit 09760fa

Please sign in to comment.