mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
[qfcc] Catch attempts to emit a bad operand type
This commit is contained in:
parent
1d10136f2e
commit
ede7dd6d7e
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ get_operand_def (expr_t *expr, operand_t *op)
|
|||
case op_nil:
|
||||
internal_error (expr, "unexpected nil operand");
|
||||
}
|
||||
internal_error (expr, "unexpected operand");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue