mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-04 08:25:34 +00:00
Ensure find_operands sets the operands to known values.
This fixes the last of the bogus live variables.
This commit is contained in:
parent
e3a49df0a8
commit
3298e4d67e
1 changed files with 2 additions and 0 deletions
|
@ -217,6 +217,8 @@ find_operands (statement_t *s, operand_t **x, operand_t **y, operand_t **z,
|
|||
{
|
||||
int simp = 0;
|
||||
|
||||
*x = *y = *z = *w = 0;
|
||||
|
||||
if (s->opc) {
|
||||
*y = s->opa;
|
||||
if (s->opb) {
|
||||
|
|
Loading…
Reference in a new issue