在2024年12月26日十二月 下午9:31,Richard Henderson写道: [...] >> >> -target_ulong helper_crc32c(target_ulong val, target_ulong m, uint64_t sz) >> +target_ulong helper_crc32c(target_ulong val, target_ulong m, target_ulong >> sz) >> { >> uint8_t buf[8]; >> target_ulong mask = ((sz * 8) == 64) ? -1ULL : ((1ULL << (sz * 8)) - >> 1); >> > > Changes to helper definitions, but not to the declarations. > > Is this patch a victim of incorrect splitting, or incorrect rebasing? Aha, those pairs of definitions and declarations are inconsistent in existing code. I should reflect this in commit message. Thanks > > > r~ -- - Jiaxun
- Re: [PATCH v2 23/23] config: Add loongarch3... Jiaxun Yang
- [PATCH v2 03/23] target/loongarch: Fix PGD CSR for Loong... Jiaxun Yang
- [PATCH v2 15/23] target/loongarch: Fix load type for gen... Jiaxun Yang
- Re: [PATCH v2 15/23] target/loongarch: Fix load typ... Richard Henderson
- [PATCH v2 21/23] qapi/machine: Replace TARGET_LOONGARCH6... Jiaxun Yang
- [PATCH v2 04/23] target/loongarch: Perform sign extensio... Jiaxun Yang
- [PATCH v2 13/23] target/loongarch: Fix rdtimer on 32bit ... Jiaxun Yang
- Re: [PATCH v2 13/23] target/loongarch: Fix rdtimer ... Richard Henderson
- [PATCH v2 09/23] target/loongarch: Use target_ulong for ... Jiaxun Yang
- Re: [PATCH v2 09/23] target/loongarch: Use target_u... Richard Henderson
- Re: [PATCH v2 09/23] target/loongarch: Use targ... Jiaxun Yang