From a7206b24cac96c08aecf2f3b4cc3c2e555eec708 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 28 Aug 2017 15:59:22 +0200 Subject: pkg/compiler: check and generate types Move most of the logic from sysgen to pkg/compiler. Update #217 --- docs/syscall_descriptions_syntax.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/syscall_descriptions_syntax.md') diff --git a/docs/syscall_descriptions_syntax.md b/docs/syscall_descriptions_syntax.md index 97d2de5aa..4376dbd16 100644 --- a/docs/syscall_descriptions_syntax.md +++ b/docs/syscall_descriptions_syntax.md @@ -48,7 +48,8 @@ rest of the type-options are type-specific: optional number of pages (e.g. vma[7]), or a range of pages (e.g. vma[2-4]) "proc": per process int (see description below), type-options: value range start, how many values per process, underlying type -"text16", "text32", "text64": machine code of the specified bitness +"text": machine code of the specified type, type-options: + text type (x86_real, x86_16, x86_32, x86_64, arm64) ``` flags/len/flags also have trailing underlying type type-option when used in structs/unions/pointers. -- cgit mrf-deployment