On 12/11/20 12:15 PM, Claudio Fontana wrote: > Should I return this file to the original state (without the extra #includes > that pretend it to be a standalone header file, > and call it > > tcg-cpu-ops.h.inc > > ?
If this header can work with qemu/typedefs.h, then no, because the circularity has been resolved. Otherwise, yes. Thanks, r~