arm-gen.c: fix var initialization in gfunc_call
commitf71520724926baa049973dd5115d1dfb638be94e
authorThomas Preud'homme <robotux@celest.fr>
Mon, 4 Feb 2013 10:01:58 +0000 (4 11:01 +0100)
committerThomas Preud'homme <robotux@celest.fr>
Mon, 4 Feb 2013 10:01:58 +0000 (4 11:01 +0100)
tree7d2753a1ff8ba90848185db5901e4dd2fd3172a0
parent61a4fd1d6e260118f87b74c07a58eee65d327db6
arm-gen.c: fix var initialization in gfunc_call

Fix initialization of args_size before doing register allocation.
When adding hardfloat calling convention the initialization stopped
being performed when !defined (TCC_ARM_EABI).
arm-gen.c