Skip to content

Commit 5d7c4be

Browse files
authored
fix 32 bit syntax error
1 parent 213f3b2 commit 5d7c4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qemuafl/asan-giovese-inl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ void asan_giovese_init(void) {
104104

105105
#if UINTPTR_MAX == 0xffffffff
106106
fprintf(stderr, "ERROR: Cannot allocate sanitizer shadow memory on 32 bit "
107-
"platforms."):
107+
"platforms.");
108108
exit(1);
109109
#else
110110
assert(mmap(__ag_high_shadow, HIGH_SHADOW_SIZE, PROT_READ | PROT_WRITE,

0 commit comments

Comments
 (0)