CVS: msp430-libc/include iomacros.h,1.31,1.32
Steve Underwood <[email protected]> Wed, 11 Jul 2007 10:38:21 -0700
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/msp430-libc/include In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24778/include Modified Files: iomacros.h Log Message: sfra was missing from the assembly language definitions There were typoes in the DMA definitions Index: iomacros.h =================================================================== RCS file: /cvsroot/mspgcc/msp430-libc/include/iomacros.h,v retrieving revision 1.31 retrieving revision 1.32 diff -u -w -d -r1.31 -r1.32 --- iomacros.h 17 Jun 2007 15:43:25 -0000 1.31 +++ iomacros.h 11 Jul 2007 17:38:18 -0000 1.32 @@ -312,6 +312,9 @@ #define sfrb(x,x_) x=x_ #define sfrw(x,x_) x=x_ +#if defined(__MSP430X__) +#define sfra(x,x_) x=x_ +#endif #endif ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/