codegen: fix bug in calling conv
authorBernhard Urban <lewurm@gmail.com>
Mon, 23 Apr 2012 23:17:12 +0000 (01:17 +0200)
committerBernhard Urban <lewurm@gmail.com>
Mon, 23 Apr 2012 23:17:12 +0000 (01:17 +0200)
commit01ca2a0efa092664d7dd83fb8ac03d4ed550531d
tree7661b97cc76e947727f6a8184f0d2b819f985632
parent31b402c99a3a3afad66003feb062e139c880e72b
codegen: fix bug in calling conv

the callee used elements of the callers stack as storage for local vars.
don't do that.
Makefile
Mate/MethodPool.hs
Mate/X86CodeGen.hs
tests/CallConv1.java [new file with mode: 0644]
tests/CallConv2.java [new file with mode: 0644]