Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the wonderful magic value of the max number of simcall parameters.
authorAugustin Degomme <augustin.degomme@imag.fr>
Thu, 26 Jun 2014 16:31:37 +0000 (18:31 +0200)
committerAugustin Degomme <augustin.degomme@imag.fr>
Thu, 26 Jun 2014 16:31:37 +0000 (18:31 +0200)
Fixes build on ci with better compilers than mine.

src/simix/smx_smurf_private.h

index b33c06c..dcd3402 100644 (file)
@@ -63,7 +63,7 @@ typedef struct s_smx_simcall {
 #ifdef HAVE_MC
   int mc_value;
 #endif
-  union u_smx_scalar args[10];
+  union u_smx_scalar args[11];
   union u_smx_scalar result;
   //FIXME: union u_smx_scalar retval;
   union {