Re: [PATCH-for-10.1 4/9] target/arm/mte: Include missing headers for GETPC()

2025-04-05 Thread Richard Henderson
On 4/4/25 15:35, Philippe Mathieu-Daudé wrote: Some headers are indirectly pulled in. Make their inclusion explicit, otherwise next commit triggers: target/arm/tcg/mte_helper.c:188:26: error: call to undeclared function 'GETPC' [-Wimplicit-function-declaration] 188 | do_stg(env, ptr

[PATCH-for-10.1 4/9] target/arm/mte: Include missing headers for GETPC()

2025-04-04 Thread Philippe Mathieu-Daudé
Some headers are indirectly pulled in. Make their inclusion explicit, otherwise next commit triggers: target/arm/tcg/mte_helper.c:188:26: error: call to undeclared function 'GETPC' [-Wimplicit-function-declaration] 188 | do_stg(env, ptr, xt, GETPC(), store_tag1); |