]> git.ipfire.org Git - thirdparty/asterisk.git/commit
don't try to predict where the compiler will place things on the stack... put them...
authorKevin P. Fleming <kpfleming@digium.com>
Sat, 20 May 2006 00:55:31 +0000 (00:55 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Sat, 20 May 2006 00:55:31 +0000 (00:55 +0000)
commit4eef3ef785c1538ec9474f2462c669a77612039d
treed1b3fe64abd100b33ec280ce826cf7bd23eb940b
parent0c4cc3b0ce1912f1b1f754e1adc392a69d257a2f
don't try to predict where the compiler will place things on the stack... put them in the right place explicitly (issues #7029 and #7100, maybe others)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@28896 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_iax2.c