(&mut self, arg: MemArg)
| 2845 | } |
| 2846 | |
| 2847 | fn visit_memory_atomic_notify(&mut self, arg: MemArg) -> Self::Output { |
| 2848 | self.emit_atomic_notify(&arg) |
| 2849 | } |
| 2850 | |
| 2851 | fn visit_atomic_fence(&mut self) -> Self::Output { |
| 2852 | self.masm.fence() |
nothing calls this directly
no test coverage detected