Re: [PATCH v3 02/15] cpus: Add const-qualified CPU environment accessors
Richard Henderson <[email protected]>
| Newsgroups | org.nongnu.qemu-devel,org.nongnu.qemu-arm,org.nongnu.qemu-riscv |
|---|---|
| Message-ID | <[email protected]> |
On 8/21/26 03:49, Philippe Mathieu-Daudé wrote: > +#define cpu_env(cpu) _Generic(*(cpu), \ > + /* We validate that CPUArchState follows CPUState in cpu-target.c */ \ Out of date -- currently in target-info-stub.c. r~