From 16c881ad8573b0bb87e8bfb0c71cba90b701e9a9 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 13 May 2019 18:52:46 +0200 Subject: pkg/compiler: generate complex len targets Change the generated format for len type to support multiple path elements. --- executor/syscalls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index 53b08e7ab..4db0dfb32 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -15489,6 +15489,7 @@ const call_t syscalls[] = { {"test$length28", 0}, {"test$length29", 0}, {"test$length3", 0}, + {"test$length30", 0}, {"test$length4", 0}, {"test$length5", 0}, {"test$length6", 0}, -- cgit mrf-deployment