aboutsummaryrefslogtreecommitdiff
path: root/test/105_gendata_eoesep
diff options
context:
space:
mode:
Diffstat (limited to 'test/105_gendata_eoesep')
-rw-r--r--test/105_gendata_eoesep/gendata_eoesep_tests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/105_gendata_eoesep/gendata_eoesep_tests.c b/test/105_gendata_eoesep/gendata_eoesep_tests.c
index 0c22d7f..7ed9778 100644
--- a/test/105_gendata_eoesep/gendata_eoesep_tests.c
+++ b/test/105_gendata_eoesep/gendata_eoesep_tests.c
@@ -26,7 +26,7 @@ The test does not generate the full table. For reference, these are the values:
26unsigned char buf[FULLSIZE]; 26unsigned char buf[FULLSIZE];
27 27
28size_t gendata_eoesep(unsigned char [static FULLSIZE], uint8_t); 28size_t gendata_eoesep(unsigned char [static FULLSIZE], uint8_t);
29bool readtableinfo(uint64_t, const unsigned char *, tableinfo_t *); 29int64_t readtableinfo(size_t, const unsigned char *, tableinfo_t *);
30 30
31void run(void) { 31void run(void) {
32 uint32_t i; 32 uint32_t i;
@@ -40,7 +40,7 @@ void run(void) {
40 } 40 }
41 41
42 printf("%zu\n", result); 42 printf("%zu\n", result);
43 printf("Classes (ESEP only): %zu\n", info.classes); 43 printf("Classes (ESEP only): %" PRIu64 "\n", info.classes);
44 for (i = 0; i <= DEPTH; i++) 44 for (i = 0; i <= DEPTH; i++)
45 printf("%" PRIu32 ": %" PRIu64 "\n", i, info.distribution[i]); 45 printf("%" PRIu32 ": %" PRIu64 "\n", i, info.distribution[i]);
46} 46}

Generated with cgit - Back to sebastiano.tronto.net