From e80af0edafe49ec2576b7fa3a24d4596083698b6 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Wed, 20 Mar 2019 11:47:20 +0100 Subject: vire des scories INT_DIV et INT_MOD --- test/monniaux/mbedtls/mbedtls_Kalray.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/monniaux/mbedtls') diff --git a/test/monniaux/mbedtls/mbedtls_Kalray.patch b/test/monniaux/mbedtls/mbedtls_Kalray.patch index 8b271130..25cd5922 100644 --- a/test/monniaux/mbedtls/mbedtls_Kalray.patch +++ b/test/monniaux/mbedtls/mbedtls_Kalray.patch @@ -47,7 +47,7 @@ index 87015af0c..a2bad7b84 100644 return( ret ); } -+#define INT_DIV(x,y) (((long)(x)) / (y)) ++#define INT_DIV(x,y) ((x) / (y)) + /* * Modulo: r = A mod b -- cgit