Ticket #733: h8300-rtems-cpu.h.diff
File h8300-rtems-cpu.h.diff, 576 bytes (added by Ralf Corsepius, on Dec 3, 2006 at 1:31:13 PM) |
---|
-
rtems/score/cpu.h
RCS file: /usr1/CVS/rtems/cpukit/score/cpu/h8300/rtems/score/cpu.h,v retrieving revision 1.19 diff -u -r1.19 cpu.h
675 675 do { \ 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) 681 681 #else