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 - this option instructs the compiler to generate function prologue and http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
This option instructs the compiler to generate function prologue and
epilogue sequences that save and restore any segment registers that are
modified by the function.  Caution should be exercised when using this
option.  If the value of the segment register being restored matches the
value of a segment that was freed within the function, a general protection
fault will occur in protected-mode environments.  By default, the compiler
does not generate code to save and restore segment registers.  This option
is provided for compatibility with the version 8.0 release.  The macro
__SW_R will be predefined if "r" is selected.

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