Skip to content

Commit e7b9cba

Browse files
committed
WIP: kani proofs
Signed-off-by: Babis Chalios <[email protected]>
1 parent b443325 commit e7b9cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vmm/src/arch/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,6 @@ fn arch_memory_regions_with_gap(
147147
Some((first_addr_past_gap, remaining))
148148
}
149149
// case2: region starts past the gap
150-
Some(remaining) => Some((first_addr_past_gap.max(offset), remaining)),
150+
Some(_) => Some((first_addr_past_gap.max(offset), size)),
151151
}
152152
}

0 commit comments

Comments
 (0)