mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 13:10:34 +00:00
Add the cast statement to the statement block.
*sob*
This commit is contained in:
parent
f663f587fe
commit
5aa0b34570
1 changed files with 1 additions and 0 deletions
|
@ -628,6 +628,7 @@ expr_cast (sblock_t *sblock, expr_t *e, operand_t **op)
|
|||
s = new_statement ("=", e);
|
||||
s->opa = src;
|
||||
s->opc = *op;
|
||||
sblock_add_statement (sblock, s);
|
||||
} else {
|
||||
src->type = low_level_type (e->e.expr.type);
|
||||
*op = src;
|
||||
|
|
Loading…
Reference in a new issue