Changeset 6ca1184 in rtems for c/src/exec/score/cpu/sparc
- Timestamp:
- 02/13/96 22:14:25 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 94b3ec59
- Parents:
- 391f6628
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/sparc/cpu_asm.s
r391f6628 r6ca1184 570 570 ! executing thread? 571 571 bz simple_return ! yes, then invoke the dispatcher 572 nop ! delay slot 572 ! use the delay slot to clear the signals 573 ! to the currently executing task flag 574 st %g0, [%l6 + %lo(SYM(_ISR_Signals_to_thread_executing))] 575 573 576 574 577 /*
Note: See TracChangeset
for help on using the changeset viewer.