eolian: if the if was not taken random value would end up in exp.

This commit is contained in:
Cedric BAIL 2014-08-25 15:25:20 +02:00
parent a334e8223a
commit 2889a6f4c5
1 changed files with 1 additions and 1 deletions

View File

@ -546,7 +546,7 @@ eval_exp(const Eolian_Expression *expr, Eolian_Expression_Mask mask,
case EOLIAN_EXPR_ENUM:
{
const Eolian_Type *etp;
const Eolian_Expression *exp;
const Eolian_Expression *exp = NULL;
const Eolian_Enum_Type_Field *fl;
char *fulln = NULL, *memb = NULL;