(&mut self, id: u8)
| 2831 | } |
| 2832 | |
| 2833 | fn call_indirect_host(&mut self, id: u8) -> ControlFlow<Done> { |
| 2834 | self.done_call_indirect_host(id) |
| 2835 | } |
| 2836 | |
| 2837 | fn xpcadd(&mut self, dst: XReg, offset: PcRelOffset) -> ControlFlow<Done> { |
| 2838 | let pc = self.pc_rel::<crate::Xpcadd>(offset); |
nothing calls this directly
no test coverage detected