mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
Avoid folding constants in assign_expr
This prevents fold_constants from complaining about attempts to take the address of a vector.
This commit is contained in:
parent
398e1cf83a
commit
e27da9c7db
1 changed files with 0 additions and 2 deletions
|
@ -282,8 +282,6 @@ assign_expr (expr_t *dst, expr_t *src)
|
|||
return expr;
|
||||
}
|
||||
|
||||
dst = fold_constants (dst);
|
||||
src = fold_constants (src);
|
||||
|
||||
if ((expr = check_valid_lvalue (dst))) {
|
||||
return expr;
|
||||
|
|
Loading…
Reference in a new issue