Richard Henderson <[email protected]> writes: > On 8/31/23 06:25, Markus Armbruster wrote: >> +#define PASTE(a, b) a##b > > We already have glue() in qemu/compiler.h.
Missed it, will fix. > The rest of it looks quite sensible. Thanks!
Richard Henderson <[email protected]> writes: > On 8/31/23 06:25, Markus Armbruster wrote: >> +#define PASTE(a, b) a##b > > We already have glue() in qemu/compiler.h.
Missed it, will fix. > The rest of it looks quite sensible. Thanks!