summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 4885a84192..258407328e 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1110,7 +1110,8 @@ red zone, even if the target-specific ABI normally permits it.
<dd>This attributes disables implicit floating point instructions.</dd>
<dt><tt>naked</tt></dt>
-<dd>This attribute disables prologue / epilogue emission for the function</dd>
+<dd>This attribute disables prologue / epilogue emission for the function.
+This can have very system-specific consequences.</dd>
</dl>