diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-04-06 14:48:54 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-04-06 14:48:54 +0100 |
| commit | a1ad0db8a6d829eddf1478cee44ae976bbcd325f (patch) | |
| tree | a6e62232e05e7779034c5f9d1bf743b6f1c198e3 /test/122_gendata_h48short | |
| parent | 0d4fa9ebbfcadfff4baf8fc3cd32a63dcfd7dd43 (diff) | |
| download | nissy-core-c-portability.tar.gz nissy-core-c-portability.zip | |
Fix integer conversions in code, tests and some toolsc-portability
Diffstat (limited to 'test/122_gendata_h48short')
| -rw-r--r-- | test/122_gendata_h48short/gendata_h48short_tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/122_gendata_h48short/gendata_h48short_tests.c b/test/122_gendata_h48short/gendata_h48short_tests.c index efd378b..0996f8c 100644 --- a/test/122_gendata_h48short/gendata_h48short_tests.c +++ b/test/122_gendata_h48short/gendata_h48short_tests.c | |||
| @@ -34,7 +34,7 @@ void run(void) { | |||
| 34 | 34 | ||
| 35 | capacity = readl(); | 35 | capacity = readl(); |
| 36 | randomizer = readl(); | 36 | randomizer = readl(); |
| 37 | arg.maxdepth = readl(); | 37 | arg.maxdepth = (uint8_t)readl(); |
| 38 | arg.crep = crep; | 38 | arg.crep = crep; |
| 39 | arg.selfsim = selfsim; | 39 | arg.selfsim = selfsim; |
| 40 | arg.map = ↦ | 40 | arg.map = ↦ |
