RE: [PATCH v5 04/14] target/hexagon: make slot number an unsigned

2021-06-23 Thread Taylor Simpson
t; Subject: [PATCH v5 04/14] target/hexagon: make slot number an unsigned I'm curious why this is needed. Is there a bug caused by having it be signed? > > From: Paolo Montesel > > Signed-off-by: Alessandro Di Federico > Signed-off-by: Paolo Montesel > Acked-by: Richard H

[PATCH v5 04/14] target/hexagon: make slot number an unsigned

2021-06-19 Thread Alessandro Di Federico via
From: Paolo Montesel Signed-off-by: Alessandro Di Federico Signed-off-by: Paolo Montesel Acked-by: Richard Henderson --- target/hexagon/genptr.c | 6 -- target/hexagon/macros.h | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/target/hexagon/genptr.c