Changeset 0c3817b in rtems
- Timestamp:
- Dec 10, 2004, 7:10:24 AM (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7376409
- Parents:
- a58154f
- Location:
- cpukit/score/cpu/h8300
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/h8300/ChangeLog
ra58154f r0c3817b 1 2004-12-10 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 PR 733/rtems 4 * rtems/score/cpu.h: Remove output arg from inline asm in 5 _CPU_ISR_Disable. 6 1 7 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 8 -
cpukit/score/cpu/h8300/rtems/score/cpu.h
ra58154f r0c3817b 676 676 unsigned char __ccr; \ 677 677 asm volatile( "stc ccr, %0 ; orc #0x80,ccr " \ 678 : "=m" (__ccr) : "0" (__ccr)); \678 : "=m" (__ccr) /* : "0" (__ccr) */ ); \ 679 679 (_isr_cookie) = __ccr; \ 680 680 } while (0)
Note: See TracChangeset
for help on using the changeset viewer.