Revision history for Perl extension Devel::Size.
* Spelling fix to docs from gregor herrmann [CPAN #78766]
+ * Fix measurement of struct svop [Tim]
0.78 2011-07-26 nicholas
[no changes]
#endif
TAG;break;
case OPc_SVOP: TAG;
- st->total_size += sizeof(struct pmop);
+ st->total_size += sizeof(struct svop);
if (!(baseop->op_type == OP_AELEMFAST
&& baseop->op_flags & OPf_SPECIAL)) {
/* not an OP_PADAV replacement */