include files

davedoors wrote on Wednesday, January 02, 2008:

IAR version 5.11 does also support the cortex now.  Im just looking at the migration guide ftp://ftp.iar.se/WWWfiles/arm/Guides/omarm_2.pdf in which is this


The intrinsic functions __enable_interrupt and __disable_interrupt are
no longer available as intrinsic functions; however, they are available as library
functions, which means they are backwards compatible on source code level.

So it looks like the intrinsic include is no longer needed provided you include the library that has the equivalent functions.