]> git.proxmox.com Git - mirror_qemu.git/commit
target-tricore: Add missing ULL suffix on 64 bit constant
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 23 Dec 2014 22:24:09 +0000 (22:24 +0000)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Mon, 26 Jan 2015 19:56:45 +0000 (19:56 +0000)
commit452e3d49d871f311f7b884dc69160c3e0973b050
treec3de6f7adbfd0bffff226b79c555d13b0d2b9b7e
parent1ac0206b2ae1ffaeec564f110664a3a77bafafd2
target-tricore: Add missing ULL suffix on 64 bit constant

Add a missing ULL suffix to a 64 bit constant: this suppresses a
compiler warning from mingw32 gcc.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
target-tricore/op_helper.c