Skip to content

Commit 8852433

Browse files
committed
acrolinx
1 parent 9f81de3 commit 8852433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/preprocessor/check-stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Instructs the compiler to turn off stack probes if **`off`** (or **`-`**) is spe
1919

2020
This pragma only applies to 32-bit platforms (x86, ARM32). It has no effect on 64-bit platforms.
2121

22-
This pragma takes effect at the first function defined after the pragma is seen. Stack probes are neither a part of macros nor of functions that are generated inline.
22+
This pragma takes effect at the first function defined after the pragma is seen. Stack probes are not inserted for macros or functions that are generated inline.
2323

2424
`#pragma check_stack(off)` / `#pragma Check_stack-` is ignored if the size of the function locals is larger than 4096 or the value specified by `/Gs`.
2525

0 commit comments

Comments
 (0)