From: Augustin Degomme Date: Thu, 26 Jun 2014 16:31:37 +0000 (+0200) Subject: Change the wonderful magic value of the max number of simcall parameters. X-Git-Tag: v3_12~964^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/911d07ec65bc1fc26068aaaad3f64a5b7bbb38ab?ds=inline Change the wonderful magic value of the max number of simcall parameters. Fixes build on ci with better compilers than mine. --- diff --git a/src/simix/smx_smurf_private.h b/src/simix/smx_smurf_private.h index b33c06c557..dcd3402aaf 100644 --- a/src/simix/smx_smurf_private.h +++ b/src/simix/smx_smurf_private.h @@ -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 {