Skip to content

Commit

Permalink
updata checker
Browse files Browse the repository at this point in the history
  • Loading branch information
DiuDiu777 committed Dec 2, 2024
1 parent c89921f commit 57c3a64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rap/src/analysis/senryx/contracts/checker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ impl<T> SliceFromRawPartsChecker<T> {
map.insert(
0,
vec![
Contract::StateCheck {
op: Op::GE,
state: StateType::AllocatedState(AllocatedState::Alloc),
},
// Contract::StateCheck {
// op: Op::GE,
// state: StateType::AllocatedState(AllocatedState::Alloc),
// },
Contract::StateCheck {
op: Op::GT,
state: StateType::AlignState(AlignState::Unaligned),
Expand Down

0 comments on commit 57c3a64

Please sign in to comment.