diff --git a/tools/qfcc/source/expr_binary.c b/tools/qfcc/source/expr_binary.c index 8d06748f4..05ff68dca 100644 --- a/tools/qfcc/source/expr_binary.c +++ b/tools/qfcc/source/expr_binary.c @@ -626,7 +626,8 @@ static expr_type_t mod_ops[] = { }; static expr_type_t bit_ops[] = { - { .match_a = is_math, .match_b = is_math, }, + { .match_a = is_math, .match_b = is_math, + .promote = true }, {} };