Skip to content

Commit

Permalink
Prevent inconsistencies between concurrent hash table and policy
Browse files Browse the repository at this point in the history
data structures caused by timing issues

Fix a test for Linux 32-bit platforms.
  • Loading branch information
tatsuya6502 committed Nov 19, 2023
1 parent a28970c commit 7da2a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/concurrent/entry_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ mod test {
Linux32X86
} else if cfg!(target_arch = "arm") {
Linux32Arm
} else if cfg!(target_arch = "x86") {
} else if cfg!(target_arch = "mips") {
Linux32Mips
} else {
unimplemented!();
Expand Down

0 comments on commit 7da2a64

Please sign in to comment.