aboutsummaryrefslogtreecommitdiffstats
path: root/qv4isel_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2012-11-20 10:50:42 +0100
committerErik Verbruggen <erik.verbruggen@digia.com>2012-11-21 09:06:06 +0100
commit71446af5495a429f3c465c8bd2bcea4871408d57 (patch)
treee37a83fcec0526ab7f56d885efde168a2e32daae /qv4isel_p.h
parent1dab0e59049dbe2b9dee048c32a8f38f557dc29d (diff)
Fix function calls on linux/ia32
Remove supposed stack size alignment correction after function calls This code was supposed to "align" the stack pointer after a function call, but we can't really add more to the stack pointer than what we previously subtracted. It should've practically been a noop on amd64 since we don't actually use the stack for function calls there, which is why this manifested only on ia32. Change-Id: I5644e9e179bd1b7c45daca7d88687bd5d83a4104 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Diffstat (limited to 'qv4isel_p.h')
0 files changed, 0 insertions, 0 deletions