aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls_fuchsia.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-02-25 14:31:40 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-02-25 14:31:40 +0100
commit1f4ae3f41357cf0a8cf8c698cbcd1000b8b44bf4 (patch)
treeb0ff449b2265098397320e1501f3d10b4377a6ea /executor/syscalls_fuchsia.h
parent44f66b4026e94ffbb63e7ba1a53f0c5f78a03fea (diff)
pkg/compiler: don't assign call IDs statically
IDs change whenever a call is added or removed, this leads to large diffs unnecessarly. Assign IDs dynamically.
Diffstat (limited to 'executor/syscalls_fuchsia.h')
-rw-r--r--executor/syscalls_fuchsia.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/executor/syscalls_fuchsia.h b/executor/syscalls_fuchsia.h
index 89c26fd8b..faec7cc7b 100644
--- a/executor/syscalls_fuchsia.h
+++ b/executor/syscalls_fuchsia.h
@@ -2,7 +2,7 @@
#if defined(__x86_64__) || 0
#define GOARCH "amd64"
-#define SYZ_REVISION "b5b0969518fd01e85d118d8790cf4d70c5daa8a8"
+#define SYZ_REVISION "0a0b28e30dc33e2b0423bc11f59c8ea2ea705725"
#define SYZ_PAGE_SIZE 4096
#define SYZ_NUM_PAGES 4096
#define SYZ_DATA_OFFSET 536870912
@@ -178,7 +178,7 @@ call_t syscalls[] = {
#if defined(__aarch64__) || 0
#define GOARCH "arm64"
-#define SYZ_REVISION "8086b1496998475006a41c8f0aee83666778c0a6"
+#define SYZ_REVISION "74a573534e65437e0464d61c1a66a2c76d5388e9"
#define SYZ_PAGE_SIZE 4096
#define SYZ_NUM_PAGES 4096
#define SYZ_DATA_OFFSET 536870912