]> git.proxmox.com Git - qemu.git/commit
Use ppc host calling convention definitions to set TCG_TARGET_CALL_{ALIGN_ARGS,STACK_...
authorJuergen Lock <nox@jelal.kn-bremen.de>
Fri, 19 Feb 2010 18:30:07 +0000 (19:30 +0100)
committermalc <av1474@comtv.ru>
Fri, 19 Feb 2010 22:37:33 +0000 (01:37 +0300)
commit5da79c86a3744e3a901c7986c109dd06951befd2
treefeb24085268240c267ef2724db7af76f22fe9d7d
parent58d9b1e0edf41cf74639172207fb7e4f09ff84e4
Use ppc host calling convention definitions to set TCG_TARGET_CALL_{ALIGN_ARGS,STACK_OFFSET}.

New version after malc's comments.  (This avoids having to do
  #if defined __linux__ || defined __FreeBSD__ || defined __FreeBSD_kernel__
for the third case.)

Submitted by: Andreas Tobler <andreast@fgznet.ch>  (original version)

Signed-off-by: Juergen Lock <nox@jelal.kn-bremen.de>
Signed-off-by: malc <av1474@comtv.ru>
tcg/ppc/tcg-target.h