From ae8da4a43e08e1d66146c9a9c3646009ca59536b Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 22 Nov 2017 10:34:47 +0100 Subject: executor: move arm syscall fixup to syz-extract --- sys/linux/perf_arm.const | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux/perf_arm.const') diff --git a/sys/linux/perf_arm.const b/sys/linux/perf_arm.const index d6a10fabf..e5cdc3ed1 100644 --- a/sys/linux/perf_arm.const +++ b/sys/linux/perf_arm.const @@ -62,5 +62,5 @@ PERF_TYPE_HW_CACHE = 3 PERF_TYPE_RAW = 4 PERF_TYPE_SOFTWARE = 1 PERF_TYPE_TRACEPOINT = 2 -__NR_ioctl = 9437238 -__NR_perf_event_open = 9437548 +__NR_ioctl = 54 +__NR_perf_event_open = 364 -- cgit mrf-deployment