| 86 | } |
| 87 | |
| 88 | void StackFrame::adjustSP(const void* entry, const void* pc, uintptr_t& sp) { |
| 89 | // Not needed |
| 90 | } |
| 91 | |
| 92 | bool StackFrame::checkInterruptedSyscall() { |
| 93 | return retval() == (uintptr_t)-EINTR; |
nothing calls this directly
no outgoing calls
no test coverage detected