diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-02-25 15:10:29 -0500 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-02-25 15:10:29 -0500 |
| commit | 9f6c5a20de03a59bfcaead703fe9490a6d622f84 (patch) | |
| tree | 206e132f5c6896be9a0386c59cabb59a6591c741 /src/analyze.hpp | |
| parent | 7567448b91fd7012bf61d3f5532bfd86304899ae (diff) | |
| download | zig-9f6c5a20de03a59bfcaead703fe9490a6d622f84.tar.gz zig-9f6c5a20de03a59bfcaead703fe9490a6d622f84.zip | |
codegen for coro_id instruction
See #727
Diffstat (limited to 'src/analyze.hpp')
| -rw-r--r-- | src/analyze.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/analyze.hpp b/src/analyze.hpp index 2fe41f6572..926793c58a 100644 --- a/src/analyze.hpp +++ b/src/analyze.hpp @@ -191,4 +191,6 @@ void analyze_fn_body(CodeGen *g, FnTableEntry *fn_table_entry); TypeTableEntry *get_auto_err_set_type(CodeGen *g, FnTableEntry *fn_entry); +uint32_t get_coro_frame_align_bytes(CodeGen *g); + #endif |
