| 811 | } |
| 812 | |
| 813 | struct FuzzwareNvicHandler { |
| 814 | uc: *mut uc_engine, |
| 815 | } |
| 816 | |
| 817 | impl IoMemory for FuzzwareNvicHandler { |
| 818 | fn read(&mut self, addr: u64, buf: &mut [u8]) -> icicle_vm::cpu::mem::MemResult<()> { |
nothing calls this directly
no outgoing calls
no test coverage detected