Skip to content

Commit 50e25f6

Browse files
committedMar 15, 2018
add missing docs for setAlignStack builtin
1 parent efebb6d commit 50e25f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎doc/langref.html.in

+6
Original file line numberDiff line numberDiff line change
@@ -4491,6 +4491,12 @@ test "call foo" {
44914491
This function is only valid within function scope.
44924492
</p>
44934493
{#header_close#}
4494+
{#header_open|@setAlignStack#}
4495+
<pre><code class="zig">@setAlignStack(comptime alignment: u29)</code></pre>
4496+
<p>
4497+
Ensures that a function will have a stack alignment of at least <code>alignment</code> bytes.
4498+
</p>
4499+
{#header_close#}
44944500
{#header_open|@setCold#}
44954501
<pre><code class="zig">@setCold(is_cold: bool)</code></pre>
44964502
<p>

0 commit comments

Comments
 (0)
Please sign in to comment.