diff --git a/targets/wasm-tacle/kernel/bsort/generated/modified_sources/default/bsort.c b/targets/wasm-tacle/kernel/bsort/generated/modified_sources/default/bsort.c index 00f92f8..4b92e31 100644 --- a/targets/wasm-tacle/kernel/bsort/generated/modified_sources/default/bsort.c +++ b/targets/wasm-tacle/kernel/bsort/generated/modified_sources/default/bsort.c @@ -42,7 +42,7 @@ int bsort_BubbleSort(int Array[]); Declaration of global variables */ -#define bsort_SIZE 100 +#define bsort_SIZE 5 static int bsort_Array[bsort_SIZE]; diff --git a/targets/wasm-tacle/kernel/matrix1/generated/modified_sources/default/matrix1.c b/targets/wasm-tacle/kernel/matrix1/generated/modified_sources/default/matrix1.c index 0e50411..14c43ea 100644 --- a/targets/wasm-tacle/kernel/matrix1/generated/modified_sources/default/matrix1.c +++ b/targets/wasm-tacle/kernel/matrix1/generated/modified_sources/default/matrix1.c @@ -64,9 +64,9 @@ __attribute__((import_module("__pragma"), import_name("loopbound"))) extern void __pragma_loopbound(unsigned int min_bound, unsigned int max_bound); -#define X 10 /* first dimension of array A */ -#define Y 10 /* second dimension of array A, first dimension of array B */ -#define Z 10 /* second dimension of array B */ +#define X 5 /* first dimension of array A */ +#define Y 5 /* second dimension of array A, first dimension of array B */ +#define Z 5 /* second dimension of array B */ /* Forward declaration of functions