mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
Buildfix
This commit is contained in:
parent
d36f15a867
commit
53553e89ed
2
deps/mbedtls/bignum.c
vendored
2
deps/mbedtls/bignum.c
vendored
@ -1101,7 +1101,7 @@ __attribute__ ((noinline))
|
||||
#endif
|
||||
void mpi_mul_hlp( size_t i, mbedtls_mpi_uint *s, mbedtls_mpi_uint *d, mbedtls_mpi_uint b )
|
||||
{
|
||||
mbedtls_mpi_uint c = 0;
|
||||
mbedtls_mpi_uint c = 0, t = 0;
|
||||
|
||||
#if defined(MULADDC_HUIT)
|
||||
for( ; i >= 8; i -= 8 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user