summaryrefslogtreecommitdiff
path: root/t/perf
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2015-02-26 15:44:04 +0000
committerDavid Mitchell <davem@iabyn.com>2015-02-26 15:44:04 +0000
commit952684692c4740b541017b64502f76660a55c57b (patch)
tree4ca60ad58fa8058c1b2f524118922343c696c8ed /t/perf
parent55acc4e8965e74959640ece8bb7247be97fd4bd0 (diff)
downloadperl-952684692c4740b541017b64502f76660a55c57b.tar.gz
do_op_dump(): handle unknown op_private enums
Where a bitfield value in op_private doesn't correspond to any enums, do_op_dump() is supposed to display the value as an integer (with optional LABEL= prefix). Concise does this, do_op_dump was failing to do this, and instead trying to display the value symbolically as string at offset -1 in PL_op_private_labels. This wasn't important yet as no ops currently have an unspecified enum value. Spotted by Coverity.
Diffstat (limited to 't/perf')
0 files changed, 0 insertions, 0 deletions