Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ User's Guide - normally, a function contains a stack frame if arguments are passed on the http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Normally, a function contains a stack frame if arguments are passed on the
stack or an automatic variable is allocated on the stack.  No stack frame
will be generated if the above conditions are not satisfied.  The following
form of the auxiliary pragma will force a stack frame to be generated under
any circumstance.

+--------------------------------------------------------------------------+
|      #pragma aux sym frame [;]                                           |
|                                                                          |
+--------------------------------------------------------------------------+

where
    description

sym
    is a function name.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson