IAR Embedded Workbench for RH850 3.20.xIAR C/C++ DevelopmentPragma directivesDescriptions of pragma directivesno_stack_protectno_stack_protectIn this section: Syntax#pragma no_stack_protectDescriptionUse this pragma directive to disable stack protection for the defined function that follows.This pragma directive only has effect if the compiler option ‑‑stack_protection has been used.See alsoStack protection.