◄Up► ◄Contents► ◄Index► ◄Back► ──P-Code Instructions─────────────────────────────────────────────────────── Syntax Chkstk /* Check for Stack Overflow */ Description Generated by the compiler at the beginning of each p-code procedure for which stack checking (/Ge, the default) is enabled. It calls the native __chkstk routine, specifying a frame size of 0. If the stack has overflowed, an error message is generated. -♦-