[Qemu-devel] [PATCH 03/18] TCG: remove broken stack allocation for call arguments

2011-06-19 Thread Blue Swirl
The code for stack allocation for call arguments is way too simplistic to actually work on targets with non-trivial stack allocation policies, e.g. ppc64. We've also already allocated TCG_STATIC_CALL_ARGS_SIZE worth of stack for calls which should be well more than any helper needs. Remove broken

[Qemu-devel] [PATCH 03/18] TCG: remove broken stack allocation for call arguments

2011-05-28 Thread Blue Swirl
The code for stack allocation for call arguments is way too simplistic to actually work on targets with non-trivial stack allocation policies, e.g. ppc64. We've also already allocated TCG_STATIC_CALL_ARGS_SIZE worth of stack for calls which should be well more than any helper needs. Remove broken