On 10/07/2011 11:00 AM, Stefan Weil wrote: > +#define TCGReg int /* TODO: Remove this line when tcg-target.c uses TCGReg. > */
Nack. This is too ugly to live. How hard can it be to simply change the prototype in each of the backend files instead? Yes, full conversion to TCGReg is desirable, but this is not C++ -- integers and enums are interchangable without casts. r~