On 6 October 2016 at 15:31, Andrey Gusev andrey.goosev@gmail.com wrote:
FIXME("unknown_semantics(0x%08x).\n", semantic->usage);
Could you change that to something like "Unrecognised semantic usage %#x.\n"?
- if (mmask) FIXME("_unrecognized_modifier(%#x).\n", mmask);
Similarly, something like "Unrecognised modifier %#x.\n" would probably be more appropriate here.