diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-04-01 12:46:10 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-04-01 12:46:10 +0200 |
| commit | 162bd26be4e47d89f305435f7a1917b023138ed6 (patch) | |
| tree | b77571bea2cbc1baf320deae9895e1a185670a4b /executor/executor_windows.h | |
| parent | 3e1cf9ad8a569844caebca4ce63759f15324c422 (diff) | |
pkg/compiler: make buffer alias to ptr[array[int8]]
Ptr type has special handling of direction (pointers are always input).
But buffer type missed this special case all the time.
Make buffer less special by aliasing to the ptr[array[int8]] type.
As the result buffer type can't have optional trailing "opt" attribute
because we don't have such support for templates yet.
Change such cases to use ptr type directly.
Fixes #1097
Diffstat (limited to 'executor/executor_windows.h')
0 files changed, 0 insertions, 0 deletions
