mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-07 02:16:02 +08:00

added to assist. Apparently GCC subtracts enough stack space for all function params and uses relative ESP references. Perhaps GDB and friends assume that? But then how do they locate the start of the function? Studying this may be key to getting the dynamic core to generate the proper stack frame for C++ exceptions and GDB stack traces to work properly.