Rework the x86 lmf code to use stores instead of pushes, and to be more consistent...
authorZoltan Varga <vargaz@gmail.com>
Wed, 27 Nov 2013 22:29:10 +0000 (23:29 +0100)
committerZoltan Varga <vargaz@gmail.com>
Wed, 27 Nov 2013 22:29:10 +0000 (23:29 +0100)
commit2cd074ed311073104dbad0a90712ade772b59ca8
treecfe9496afe590f05a16fa58513535ca71662766c
parent2b2806ddf4a657e1e207a5c5b46142f05943a866
Rework the x86 lmf code to use stores instead of pushes, and to be more consistent with the code on other platforms.
mono/mini/mini-x86.c