| 31 | } |
| 32 | |
| 33 | uintptr_t StackFrame::arg0() { |
| 34 | return (uintptr_t)_ucontext->uc_mcontext.regs->gpr[3]; |
| 35 | } |
| 36 | |
| 37 | uintptr_t StackFrame::arg1() { |
| 38 | return (uintptr_t)_ucontext->uc_mcontext.regs->gpr[4]; |
nothing calls this directly
no outgoing calls
no test coverage detected