Skip to content

Commit

Permalink
align comment
Browse files Browse the repository at this point in the history
  • Loading branch information
querolita committed Jun 11, 2024
1 parent f672c8c commit 87ccaa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion o1vm/src/mips/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ mod unit {
(
0,
(0..PAGE_SIZE).map(|_| rng.gen_range(0u8..=255)).collect(),
), // Executable memory. Allocating 4 * 4kB
),
// Executable memory. Allocating 4 * 4kB
(PAGE_INDEX_EXECUTABLE_MEMORY, vec![0; PAGE_SIZE as usize]),
(
PAGE_INDEX_EXECUTABLE_MEMORY + 1,
Expand Down

0 comments on commit 87ccaa2

Please sign in to comment.