On 7/5/21 1:34 PM, Taylor Simpson wrote:
Signed-off-by: Taylor Simpson<[email protected]> --- target/hexagon/hex_regs.h | 1 + 1 file changed, 1 insertion(+)diff --git a/target/hexagon/hex_regs.h b/target/hexagon/hex_regs.h index f291911..e1b3149 100644 --- a/target/hexagon/hex_regs.h +++ b/target/hexagon/hex_regs.h @@ -76,6 +76,7 @@ enum { /* Use reserved control registers for qemu execution counts */ HEX_REG_QEMU_PKT_CNT = 52, HEX_REG_QEMU_INSN_CNT = 53, + HEX_REG_QEMU_HVX_CNT = 54, HEX_REG_UTIMERLO = 62, HEX_REG_UTIMERHI = 63, };
Maybe move the hunk in patch 2 adjusting hexagon_regnames to here? Anyway, Reviewed-by: Richard Henderson <[email protected]> r~
