From 5de425bc59b7ba22a24ca72aa0e9517c48e51218 Mon Sep 17 00:00:00 2001 From: Veronica Radu Date: Wed, 31 Jul 2019 11:44:44 +0200 Subject: prog: implemented argument and call priorities --- executor/syscalls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index 12934de75..0a6286814 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -16307,11 +16307,13 @@ const call_t syscalls[] = { {"foo$fmt5", 0}, {"minimize$0", 0}, {"mutate$array", 0}, + {"mutate$array2", 0}, {"mutate$flags", 0}, {"mutate$flags2", 0}, {"mutate$flags3", 0}, {"mutate$integer", 0}, {"mutate$integer2", 0}, + {"mutate$union", 0}, {"mutate0", 0}, {"mutate1", 0}, {"mutate2", 0}, -- cgit mrf-deployment