Skip to content

Commit

Permalink
Update rts/motoko-rts-tests/src/gc/heap.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Luc Blaeser <[email protected]>
  • Loading branch information
crusso and luc-blaeser authored Jun 7, 2024
1 parent 34dd29d commit 0082f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rts/motoko-rts-tests/src/gc/heap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ fn create_static_heap(
// root.
let array_addr = u32::try_from(heap.as_ptr() as usize).unwrap();
let mut offset = 0;
write_word(heap, offset, TAG_ARRAY_M); // TODO: TBR
write_word(heap, offset, TAG_ARRAY_M);
offset += WORD_SIZE;

if incremental {
Expand Down

0 comments on commit 0082f1d

Please sign in to comment.