We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7f053 commit 3b30fcbCopy full SHA for 3b30fcb
src/tools/miri/src/shims/native_lib/trace/parent.rs
@@ -501,18 +501,6 @@ fn handle_segfault(
501
}
502
_ => (),
503
},
504
- #[cfg(any(target_arch = "riscv32", target_arch = "riscv64"))]
505
- arch::ArchOperand::RiscVOperand(risc_voperand) => {
506
- match risc_voperand {
507
- arch::riscv::RiscVOperand::Mem(_) => {
508
- // We get basically no info here.
509
- let push = addr..addr.strict_add(size);
510
- acc_events.push(AccessEvent::Read(push.clone()));
511
- acc_events.push(AccessEvent::Write(push));
512
- }
513
- _ => (),
514
515
516
_ => unimplemented!(),
517
518
0 commit comments