Pick three bugfixes from next branch to trunk for inclusion in 4.5.0 RC2, as discusse...
[sdcc.git] / sdcc / support / regression / ports / mcs51-common / T2_isr.c
blob0bb0d63e8854e4c13f2d524d8f21efeee00843aa
1 //dummy interrupt service routine
2 //just to make linker happy
4 void
5 T2_isr (void) __interrupt (5)