Changed the #if defined to __thumb2__

did not test a compile
This commit is contained in:
joe.schaack 2011-03-15 15:48:46 +00:00
parent 8f01005d11
commit 39d1029807
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ fix16_t fix16_sadd(fix16_t inArg0, fix16_t inArg1) {
#if (defined(__arm__) || defined(_ARM)) && !defined(__thumb__)
#if defined(__arm__) || defined(_ARM) || defined(__thumb2__)
fix16_t fix16_mul(int32_t inArg0, int32_t inArg1) {
fix16_t res;
asm(