From aff9e255cd708709adef545d1f932020ee5c0978 Mon Sep 17 00:00:00 2001 From: Veronica Radu Date: Wed, 7 Aug 2019 18:00:46 +0200 Subject: prog: add special mutation for binary flags --- executor/syscalls.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index 31859ff91..efc40aca1 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -16311,6 +16311,12 @@ const call_t syscalls[] = { {"foo$fmt4", 0}, {"foo$fmt5", 0}, {"minimize$0", 0}, + {"mutate$array", 0}, + {"mutate$flags", 0}, + {"mutate$flags2", 0}, + {"mutate$flags3", 0}, + {"mutate$integer", 0}, + {"mutate$integer2", 0}, {"mutate0", 0}, {"mutate1", 0}, {"mutate2", 0}, -- cgit mrf-deployment