Fixed bignum.c and bn_mul.h to support Thumb2 and LLVM compiler

(cherry picked from commit 52b845be34)
This commit is contained in:
Paul Bakker 2013-06-24 19:23:56 +02:00
parent 531e294313
commit fc4f46fa9a
2 changed files with 11 additions and 3 deletions

View file

@ -548,7 +548,7 @@
#if defined(__arm__)
#if defined(__thumb__)
#if defined(__thumb__) && !defined(__thumb2__)
#define MULADDC_INIT \
asm( \