| 201 | } |
| 202 | |
| 203 | void StackFrame::adjustSP(const void* entry, const void* pc, uintptr_t& sp) { |
| 204 | // Not needed |
| 205 | } |
| 206 | |
| 207 | bool StackFrame::checkInterruptedSyscall() { |
| 208 | #ifdef __APPLE__ |
nothing calls this directly
no outgoing calls
no test coverage detected