]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commit
In su_unwind(), get the gimme before unwinding
authorVincent Pit <vince@profvince.com>
Sun, 11 Jan 2009 18:19:28 +0000 (19:19 +0100)
committerVincent Pit <vince@profvince.com>
Sun, 11 Jan 2009 18:19:28 +0000 (19:19 +0100)
commit94447dd11718ac77b9608e0528c5d3d090e63aa1
tree98989806dff08102144f385bcf35030d5c2b46a5
parent086bb57f3e5a02fc333105c08b3ce99318f94fe6
In su_unwind(), get the gimme before unwinding

The gimme value is here needed for reversing the stack sanitization that happens in pp_entersub. Hence we really need the gimme value for the topmost op.
Upper.xs