mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 17:11:32 +00:00
fix the intrinsic fail
This commit is contained in:
parent
6284cc673d
commit
8bee9a6819
1 changed files with 0 additions and 2 deletions
2
parser.c
2
parser.c
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue