aboutsummaryrefslogtreecommitdiffstats
path: root/defs
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-26 22:49:00 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-26 22:49:00 +0000
commit7689a9390b85831ef3a1d0acd162ce6b48e26c47 (patch)
tree2ae6b24be43305611053142abc0f091e65e84e83 /defs
parent8c0b0d6694830aadc3a5569e67b518e49680f477 (diff)
downloadruby-7689a9390b85831ef3a1d0acd162ce6b48e26c47.tar.gz
Fix use of `rb_profile_frames` start parameter
rb_profile_frames was always behaving as if the value given for the start parameter was 0. The reason for this was that it would check if (start > 0) { then continue without updating the control frame pointer or anything other than decrementing start. [ruby-core:86147] [Bug #14607] Co-authored-by: Dylan Thacker-Smith <Dylan.Smith@shopify.com> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'defs')
0 files changed, 0 insertions, 0 deletions