Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
thealmarty committed Apr 18, 2024
1 parent fea2f0c commit baa3d4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpu/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,6 @@ where

let read_addr_index = addr_of_word(read_addr.into());

assert_eq!(0xFFFFFFE8 as u32, addr_of_word(0xFFFFFFE8), "we are testing addr_of_word");

// The word from the read address.
let cell = state.mem_mut().read(
clk,
Expand Down

0 comments on commit baa3d4d

Please sign in to comment.