On Tue, Mar 10, 2026 at 10:08 PM Brian Cain <[email protected]> wrote:
> From: Brian Cain <[email protected]> > > The PCYCLE register can be enabled to indicate accumulated clock cycles. > > Signed-off-by: Brian Cain <[email protected]> > --- > target/hexagon/cpu.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/target/hexagon/cpu.h b/target/hexagon/cpu.h > index 1a3c9014455..ee2e5eeece2 100644 > --- a/target/hexagon/cpu.h > +++ b/target/hexagon/cpu.h > @@ -129,7 +129,7 @@ typedef struct CPUArchState { > target_ulong stack_start; > > uint8_t slot_cancelled; > - > + uint64_t t_cycle_count; > Should this be guarded by #ifndef CONFIG_USER_ONLY? Otherwise Reviewed-by: Taylor Simpson <[email protected]>
