]> git.proxmox.com Git - qemu.git/commit - tcg/arm/tcg-target.c
ARM back-end: Fix encode_imm
authorLaurent Desnogues <laurent.desnogues@gmail.com>
Mon, 24 Aug 2009 23:12:25 +0000 (01:12 +0200)
committerAndrzej Zaborowski <balrog@zabor.org>
Mon, 24 Aug 2009 23:14:14 +0000 (01:14 +0200)
commit4e6f6d4c20252c6900f01787559b97a559c0b402
treedaa54a58b5f418923096410b82e7cda70a9a7425
parent0d6b0b1d8190738b820955bf749741c1ae60e7d7
ARM back-end: Fix encode_imm

the encode_imm function in tcg/arm/tcg-target.c lacks shift declaration.

Laurent

Signed-off-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
tcg/arm/tcg-target.c