| 580 | /// `SfenceVma` - supervisor fence (opcode 0x12000073, sfence.vma x0, x0) |
| 581 | #[derive(Debug, Clone, PartialEq, Eq)] |
| 582 | pub struct SfenceVma; |
| 583 | |
| 584 | impl Default for SfenceVma { |
| 585 | fn default() -> Self { |
no outgoing calls
no test coverage detected