(&mut self, context_ptr: *mut Context)
| 165 | } |
| 166 | |
| 167 | pub fn set_context(&mut self, context_ptr: *mut Context) { |
| 168 | self.context = context_ptr as u64; |
| 169 | } |
| 170 | |
| 171 | /// Modify a thread context, setting the RAX |
| 172 | /// register to signal an error. |
no outgoing calls
no test coverage detected