diff options
Diffstat (limited to 'compiler-rt/test/tsan/test.h')
-rw-r--r-- | compiler-rt/test/tsan/test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/tsan/test.h b/compiler-rt/test/tsan/test.h index aae7ad7d171..aa4d81b10ef 100644 --- a/compiler-rt/test/tsan/test.h +++ b/compiler-rt/test/tsan/test.h @@ -57,7 +57,7 @@ void print_address(void *address) { else if (vma == 42) format = "0x%011lx"; else { - fprintf(stderr, "unsupported vma: %ul\n", vma); + fprintf(stderr, "unsupported vma: %lu\n", vma); exit(1); } |