fix the intrinsic fail

This commit is contained in:
Dale Weiler 2013-04-24 09:18:24 +00:00
parent 6284cc673d
commit 8bee9a6819

View file

@ -1899,8 +1899,6 @@ static bool parse_sya_operand(parser_t *parser, shunt *sy, bool with_labels)
*/
else if (!strncmp(parser_tokval(parser), "__builtin_", 10)) {
var = intrin_func(parser, parser_tokval(parser) + 10 /* skip __builtin */);
} else {
var = intrin_func(parser, parser_tokval(parser));
}
if (!var) {