fix unwrap. (#1954)

This commit is contained in:
Romain Malmain 2024-03-18 18:51:19 +01:00 committed by GitHub
parent 0f26f6ea32
commit 928cf80782
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -117,7 +117,7 @@ pub fn fuzz() {
emu.write_phys_mem(input_addr, buf);
emu.run().unwrap();
let _ = emu.run();
// If the execution stops at any point other then the designated breakpoint (e.g. a breakpoint on a panic method) we consider it a crash
let mut pcs = (0..emu.num_cpus())