diff options
author | David Mitchell <davem@iabyn.com> | 2015-02-26 15:44:04 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2015-02-26 15:44:04 +0000 |
commit | 952684692c4740b541017b64502f76660a55c57b (patch) | |
tree | 4ca60ad58fa8058c1b2f524118922343c696c8ed /t/perf | |
parent | 55acc4e8965e74959640ece8bb7247be97fd4bd0 (diff) | |
download | perl-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