Skip to content

Commit

Permalink
remove superfluous module path
Browse files Browse the repository at this point in the history
  • Loading branch information
xorpse committed Mar 13, 2024
1 parent 1f19e41 commit 8a3c81f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fugue-high/src/eval/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ pub trait EvaluatorContext {
pub struct DummyContext {
base: Address,
endian: Endian,
memory: fixed_state::FixedState,
registers: fixed_state::FixedState,
temporaries: fixed_state::FixedState,
memory: FixedState,
registers: FixedState,
temporaries: FixedState,
}

impl DummyContext {
Expand Down

0 comments on commit 8a3c81f

Please sign in to comment.