| */ | */ | ||||
| //#include <asm.h> | //#include <asm.h> | ||||
| //#include <arch/arm/cores.h> | //#include <arch/arm/cores.h> | ||||
| #if defined (__OPTIMIZE_SIZE__) | |||||
| #if defined (__ARM_ARCH_7M__) || defined (__ARM_ARCH_7EM__) | #if defined (__ARM_ARCH_7M__) || defined (__ARM_ARCH_7EM__) | ||||
| .global memset | .global memset | ||||
| .text | .text | ||||
| pop { r0, pc } | pop { r0, pc } | ||||
| #endif | #endif | ||||
| #endif |