From 6c18ddb0e6d4133b05c18275b062808dadc2d294 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 5 May 2018 15:36:31 -0400 Subject: fixed link to generated file in the docs --- docs/syscall_descriptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/syscall_descriptions.md b/docs/syscall_descriptions.md index a1ea560ae..3ad777e2e 100644 --- a/docs/syscall_descriptions.md +++ b/docs/syscall_descriptions.md @@ -29,7 +29,7 @@ For example, [sys/linux/tty.txt](/sys/linux/tty.txt) is translated into [sys/lin The second step is generation of Go code for syzkaller. This step uses syscall descriptions and the const files generated during the first step. -You can see a result in [sys/linux/amd64.go](/sys/linux/amd64.go) and in [executor/syscalls_linux.h](/executor/syscalls_linux.h). +You can see a result in [sys/linux/gen/amd64.go](/sys/linux/gen/amd64.go) and in [executor/syscalls_linux.h](/executor/syscalls_linux.h). ## Describing new system calls -- cgit mrf-deployment