Skip to content

Commit

Permalink
add missing docs for setAlignStack builtin
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Mar 15, 2018
1 parent efebb6d commit 50e25f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/langref.html.in
Expand Up @@ -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>
Expand Down

0 comments on commit 50e25f6

Please sign in to comment.