mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
target/hexagon: make slot number an unsigned
Signed-off-by: Alessandro Di Federico <ale@rev.ng> Signed-off-by: Paolo Montesel <babush@rev.ng> Signed-off-by: Taylor Simpson <tsimpson@quicinc.com> Acked-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Taylor Simpson <tsimpson@quicinc.com> Message-Id: <20220923173831.227551-4-anjo@rev.ng>
This commit is contained in:
parent
95e1150500
commit
d909808ec0
2 changed files with 14 additions and 12 deletions
|
@ -202,7 +202,7 @@
|
|||
#define LOAD_CANCEL(EA) do { CANCEL; } while (0)
|
||||
|
||||
#ifdef QEMU_GENERATE
|
||||
static inline void gen_pred_cancel(TCGv pred, int slot_num)
|
||||
static inline void gen_pred_cancel(TCGv pred, uint32_t slot_num)
|
||||
{
|
||||
TCGv slot_mask = tcg_temp_new();
|
||||
TCGv tmp = tcg_temp_new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue