Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Akira Hayakawa <ruby.wktk@gmail.com>
  • Loading branch information
akiradeveloper committed May 16, 2024
1 parent ca6f820 commit 0e4bfbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions abuse/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use nix::sys::mman::{mmap, munmap, MapFlags, ProtFlags};
const PAGE_SHIFT: usize = 12;

bitflags! {
#[derive(PartialEq, Eq, PartialOrd, Ord, Hash, Debug, Clone, Copy)]
pub struct CmdFlags: u32 {
const OP_MASK = (1<<8) - 1;
const OP_UNKNOWN = 0;
Expand Down

0 comments on commit 0e4bfbf

Please sign in to comment.