By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1560
Collapse All | Expand All

(-)trinity-ktechlab-3.5.13.2/microbe/pic14.cpp.ORI (-1 / +1 lines)
Lines 277-283 Link Here
277
277
278
bool PIC14::isValidInterrupt( const TQString & interruptName ) const
278
bool PIC14::isValidInterrupt( const TQString & interruptName ) const
279
{
279
{
280
	if(m_type == "P16F84" || m_type =="P16C84")
280
	if(m_type == P16F84 || m_type == P16C84)
281
	{
281
	{
282
		return ( interruptName == "change" ||
282
		return ( interruptName == "change" ||
283
				 interruptName == "timer" ||
283
				 interruptName == "timer" ||

Return to bug 1560