On 07/21/2017 12:35 PM, Lluís Vilanova wrote:
+#define DISAS_TOO_MANY 5Why is this one not added as a generic define too (like DISAS_NORETURN in prev patch)?
Because I use NORETURN in the arm cleanup, prior to conversion to the enum, whereas I do not use TOO_MANY outside the i386 port. I suppose I could have, but at this stage it doesn't really matter, as it only lives 4 more patches til the generic enum comes in.
r~