commit | 52b845be34a6b5cfa48f34bfbcddd83069d8c0c3 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Fri Jun 14 11:36:56 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Fri Jun 14 11:37:37 2013 +0200 |
tree | 8cf306bcb81e9a437ad228d0adebb6d01176c345 | |
parent | 67812d396cd3c4064f12cbd7dcaa83013136ecf5 [diff] |
Fixed bignum.c and bn_mul.h to support Thumb2 and LLVM compiler
diff --git a/include/polarssl/bn_mul.h b/include/polarssl/bn_mul.h index cffcd6b..1c2da13 100644 --- a/include/polarssl/bn_mul.h +++ b/include/polarssl/bn_mul.h
@@ -548,7 +548,7 @@ #if defined(__arm__) -#if defined(__thumb__) +#if defined(__thumb__) && !defined(__thumb2__) #define MULADDC_INIT \ asm( \