gdb guy wrote: > If I have the following code: > > > Basically I'm just curious to understand why gcc adds this extra space.
The stack pointer is always 16-aligned. Does that help? Andrew.
gdb guy wrote: > If I have the following code: > > > Basically I'm just curious to understand why gcc adds this extra space.
The stack pointer is always 16-aligned. Does that help? Andrew.