On 11/13/2017 06:05 PM, Alex Bennée wrote: >> - default: /* 14 and 15 are RESERVED */ >> + default: >> return 1; > > I think this should now be g_assert_not_reached() as we decode the whole > op space. That said it's tricky to follow in the mega function that > extracts op with old-school shifts 5 different ways :-/
You're right. Thanks. r~