1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-08 02:02:16 +03:00

Fix mips64 bignum implementation

- Use correct mips64 define (__mips64, not __mips64__).
- Added mips64 to the list of arches supporting 64-bit ints.
This commit is contained in:
James Cowgill
2014-12-16 15:24:06 +00:00
committed by Paul Bakker
parent 478fac4075
commit d1e7e8ba05
2 changed files with 2 additions and 2 deletions

View File

@@ -680,7 +680,7 @@
);
#endif /* Alpha */
#if defined(__mips__) && !defined(__mips64__)
#if defined(__mips__) && !defined(__mips64)
#define MULADDC_INIT \
asm( \