Re: [PATCH v2 43/50] target/hexagon: Provide env to tcg global mapping
Richard Henderson <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
On 7/29/26 20:10, Anton Johansson via qemu development wrote:
> +cpu_tcg_mapping tcg_global_mappings[] = {
static const
> +size_t tcg_global_mapping_count = ARRAY_SIZE(tcg_global_mappings);
Drop this and propagate the ARRAY_SIZE to
> + init_cpu_tcg_mappings(tcg_global_mappings, tcg_global_mapping_count);
here.
r~