This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make inlined &CORE::__SUB__ the right-sized op
authorFather Chrysostomos <sprout@cpan.org>
Sun, 27 Nov 2011 00:58:56 +0000 (16:58 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 27 Nov 2011 01:06:13 +0000 (17:06 -0800)
commit98be996420b2ebfac029a00d114efce509421622
tree5841898bcf755a8a0067c502d6c6406a7cf9314a
parentb2711834275e16880cacf0be35f65ba7989095ba
Make inlined &CORE::__SUB__ the right-sized op

In commit 1a35f9ffb I forgot to make an inlined OP_RUNCV op a PVOP in
ck_entersub_args_core (which inlines a &CORE::sub).

This caused crashes on Linux, but not on OS X, for some reason.
op.c