Skip to content

Commit d1fda34

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vmm/src/arch/x86_64/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@ mod verification {
522522
assert_eq!(regions[1].0.0, FIRST_ADDR_PAST_32BITS);
523523
} else {
524524
assert_eq!(regions[0].0.0 + regions[0].1 as u64, MMIO64_MEM_START);
525+
assert_eq!(regions[1].0.0, FIRST_ADDR_PAST_64BITS_MMIO);
525526
}
526527
}
527528

0 commit comments

Comments
 (0)