aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common.h')
-rw-r--r--executor/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common.h b/executor/common.h
index 757f439a5..d6e9d5b10 100644
--- a/executor/common.h
+++ b/executor/common.h
@@ -416,7 +416,7 @@ static long syz_execute_func(volatile long text)
asm volatile("" ::"r"(0l), "r"(1l), "r"(2l), "r"(3l), "r"(4l), "r"(5l), "r"(6l),
"r"(7l), "r"(8l), "r"(9l), "r"(10l), "r"(11l), "r"(12l), "r"(13l));
#endif
- NONFAILING(((void (*)(void))(text))());
+ ((void (*)(void))(text))();
return 0;
}
#endif