On 4/23/25 03:09, Ben Dooks wrote:
In adding a new feature to the riscv target, it turns out the tb_flags had already got to the 32-bit limit. Everyone other target has been fine with uint32_t (except perhaps arm which does something strange to extend tb_flags, I think).
The cs_base field has another 64 bits for you to use. r~