add logic flaw gate in pic_type_repr
This commit is contained in:
parent
ce90e4a2a6
commit
122c09d91e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue