Fix: rcuja merge fixes
[userspace-rcu.git] / tests / regression / test_urcu_ja_range.c
index 93ac706c40e7d1b6544d04588f6404471e02a734..529304ad45364664720e2b4ae3f739f99050a860 100644 (file)
@@ -22,6 +22,7 @@
 
 #define _GNU_SOURCE
 #include "test_urcu_ja_range.h"
+#include "../common/debug-yield.h"
 #include <inttypes.h>
 #include <stdint.h>
 
@@ -635,7 +636,7 @@ int main(int argc, char **argv)
                lookup_pool_offset, lookup_pool_size);
        printf_verbose("Update pool size offset %lu size %lu.\n",
                write_pool_offset, write_pool_size);
-       printf_verbose("Range max len: %lu.\n",
+       printf_verbose("Range max len: %u.\n",
                range_max_len);
        if (validate_lookup)
                printf_verbose("Validating lookups.\n");
This page took 0.022949 seconds and 4 git commands to generate.