This commit is contained in:
git 2019-08-01 16:04:09 +09:00
Родитель 19d3c80e81
Коммит e18e785253
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1313,7 +1313,7 @@ rb_profile_frames(int start, int limit, VALUE *buff, int *lines)
const rb_callable_method_entry_t *cme;
for (i=0; i<limit && cfp != end_cfp;) {
if (VM_FRAME_RUBYFRAME_P(cfp)) {
if (VM_FRAME_RUBYFRAME_P(cfp)) {
if (start > 0) {
start--;
continue;