Test: remove pc from hash
This commit is contained in:
parent
0e5dc21cd6
commit
dd6be70a01
@ -114,7 +114,7 @@ impl Hash for RefinedFreeRTOSSystemState {
|
|||||||
fn hash<H: Hasher>(&self, state: &mut H) {
|
fn hash<H: Hasher>(&self, state: &mut H) {
|
||||||
self.current_task.hash(state);
|
self.current_task.hash(state);
|
||||||
self.ready_list_after.hash(state);
|
self.ready_list_after.hash(state);
|
||||||
self.last_pc.hash(state);
|
// self.last_pc.hash(state);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
impl RefinedFreeRTOSSystemState {
|
impl RefinedFreeRTOSSystemState {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user