Duplicated timerisr symbol as _timerisr to avoid tool naming problems.

This commit is contained in:
Joel Sherrill
1997-04-18 18:37:48 +00:00
parent 58ae19abb2
commit 7e7143e223

View File

@@ -30,8 +30,14 @@
.set T1CSR, 0x0a # T1 command/status reg
.set RELOAD, 0x24 # clr IP & IUS,allow countdown
/*
* Duplicating this symbol is stupid but eliminates
* toolset variation problems.
*/
PUBLIC(timerisr)
PUBLIC(_timerisr)
SYM (timerisr):
SYM (_timerisr):
#ldconst 1,r4
#modpc 0,r4,r4 # enable tracing