MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / adjustSP

Method adjustSP

src/stackFrame_ppc64.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void StackFrame::adjustSP(const void* entry, const void* pc, uintptr_t& sp) {
89 // Not needed
90}
91
92bool StackFrame::checkInterruptedSyscall() {
93 return retval() == (uintptr_t)-EINTR;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected