Changeset 7e7143e in rtems
- Timestamp:
- Apr 18, 1997, 6:37:48 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 59097e7
- Parents:
- 58ae19a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i960/cvme961/timer/timerisr.s
r58ae19a r7e7143e 31 31 .set RELOAD, 0x24 # clr IP & IUS,allow countdown 32 32 33 /* 34 * Duplicating this symbol is stupid but eliminates 35 * toolset variation problems. 36 */ 33 37 PUBLIC(timerisr) 38 PUBLIC(_timerisr) 34 39 SYM (timerisr): 40 SYM (_timerisr): 35 41 #ldconst 1,r4 36 42 #modpc 0,r4,r4 # enable tracing
Note: See TracChangeset
for help on using the changeset viewer.