RET_ADD
if (fp == 0 || _Unwind_GetGR(ctx, RET_ADD) == 0) {
switch (rs[RET_ADD].rule) {
ctx->ra = *(uint64_t *)(ctx->cfa + rs[RET_ADD].offset);
ctx->ra = ctx->current_regs[rs[RET_ADD].source_reg] +
rs[RET_ADD].offset;
(ctx->current_regs[rs[RET_ADD].source_reg] +
rs[RET_ADD].offset);
if (cfa == 0 || _Unwind_GetGR(context, RET_ADD) == 0) {
} else if (index == RET_ADD) {
} else if (index == RET_ADD) {