summaryrefslogtreecommitdiff
path: root/vm_backtrace.c
diff options
context:
space:
mode:
-rw-r--r--vm_backtrace.c2
1 files changed, 1 insertions, 1 deletions
@@ -208,7 +208,7 @@ location_base_label(rb_backtrace_location_t *loc)
case LOCATION_TYPE_ISEQ_CALCED:
return loc->body.iseq.iseq->location.base_label;
case LOCATION_TYPE_CFUNC:
- return rb_sym_to_s(ID2SYM(loc->body.cfunc.mid));
case LOCATION_TYPE_IFUNC:
default:
rb_bug("location_base_label: unreachable");