tcg/arm: fix argument alignment in qemu_st64
commitbf5675efe33888fe058210be98259a34faf4d4e5
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 9 Apr 2010 18:52:48 +0000 (9 20:52 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 19 Apr 2010 05:03:06 +0000 (19 07:03 +0200)
tree7875f55976ab3294e20cba8c5ec6745e88025b4d
parent2633a2d015b0ba57432f1e11970cc080eb5119a3
tcg/arm: fix argument alignment in qemu_st64

64-bit arguments should be aligned on an even register as specified
by the "Procedure Call Standard for the ARM Architecture".

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/arm/tcg-target.c