add logic flaw gate in pic_type_repr

This commit is contained in:
Yuichi Nishiwaki 2014-01-19 00:55:19 -08:00
parent ce90e4a2a6
commit 122c09d91e
1 changed files with 1 additions and 0 deletions

View File

@ -257,6 +257,7 @@ pic_type_repr(enum pic_tt tt)
case PIC_TT_IREP:
return "irep";
}
return 0; /* logic flaw */
}
static inline pic_value