Changeset 75f2b0b in rtems
- Timestamp:
- 11/22/99 13:12:48 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 9608320
- Parents:
- d2a05e7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/sh/rtems/score/sh.h
rd2a05e7 r75f2b0b 78 78 "stc sr,%0\n\t" \ 79 79 "ldc %1,sr\n\t"\ 80 : "= r" (_level ) \80 : "=&r" (_level ) \ 81 81 : "r" (SH_IRQDIS_VALUE) ); 82 82 -
cpukit/score/cpu/sh/rtems/score/sh.h
rd2a05e7 r75f2b0b 78 78 "stc sr,%0\n\t" \ 79 79 "ldc %1,sr\n\t"\ 80 : "= r" (_level ) \80 : "=&r" (_level ) \ 81 81 : "r" (SH_IRQDIS_VALUE) ); 82 82
Note: See TracChangeset
for help on using the changeset viewer.