diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2016-09-05 13:00:06 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2016-09-05 13:00:06 +0200 |
| commit | 255fdfb938066c5e7eebe9bb72803fa94a474973 (patch) | |
| tree | 4b1448c7697af5df218c5a454960ea12e08309c7 /sys | |
| parent | 004cfce354f5020e511c6369b26147f0df309bb8 (diff) | |
sys: resolve the TODO with recursive structs
syskaller now supports them
@ramosian-glider
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/tlk_device.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/tlk_device.txt b/sys/tlk_device.txt index d8092fd1a..7535d16f7 100644 --- a/sys/tlk_device.txt +++ b/sys/tlk_device.txt @@ -73,11 +73,9 @@ te_mem { len int32 } -# TODO(glider): self-referencing overflows the stack in sysgen.go te_oper_param { index int32 type flags[te_oper_param_type_flags, int32] u te_int_mem_union -# next_ptr_user ptr[in, te_oper_param, opt] - next_ptr_user const[0, intptr] + next_ptr_user ptr[in, te_oper_param, opt] } |
