add missing docs for setAlignStack builtin

master
Andrew Kelley 2018-03-14 21:51:06 -04:00
parent efebb6d341
commit 50e25f6cec
1 changed files with 6 additions and 0 deletions

View File

@ -4491,6 +4491,12 @@ test "call foo" {
This function is only valid within function scope.
</p>
{#header_close#}
{#header_open|@setAlignStack#}
<pre><code class="zig">@setAlignStack(comptime alignment: u29)</code></pre>
<p>
Ensures that a function will have a stack alignment of at least <code>alignment</code> bytes.
</p>
{#header_close#}
{#header_open|@setCold#}
<pre><code class="zig">@setCold(is_cold: bool)</code></pre>
<p>