| 35 | } |
| 36 | |
| 37 | uintptr_t StackFrame::arg1() { |
| 38 | return (uintptr_t)_ucontext->uc_mcontext.regs->gpr[4]; |
| 39 | } |
| 40 | |
| 41 | uintptr_t StackFrame::arg2() { |
| 42 | return (uintptr_t)_ucontext->uc_mcontext.regs->gpr[5]; |
nothing calls this directly
no outgoing calls
no test coverage detected