diff options
Diffstat (limited to 'target/hexagon/insn.h')
-rw-r--r-- | target/hexagon/insn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/hexagon/insn.h b/target/hexagon/insn.h index cb92586..775c4c1 100644 --- a/target/hexagon/insn.h +++ b/target/hexagon/insn.h @@ -57,6 +57,7 @@ struct Packet { /* Pre-decodes about COF */ bool pkt_has_cof; /* Has any change-of-flow */ + bool pkt_has_multi_cof; /* Has more than one change-of-flow */ bool pkt_has_endloop; bool pkt_has_dczeroa; |