]> git.proxmox.com Git - qemu.git/commit - target-unicore32/translate.c
Use hex instead of binary.
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 7 Sep 2011 13:02:16 +0000 (15:02 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 9 Sep 2011 17:58:16 +0000 (12:58 -0500)
commitfa4e49c0c02f728e86df50a1c4a4011de8ca1225
tree15b074746d1756925fae2e4fb87cda1679da1343
parentad8b818686623ea4ad300a7a144fcfb2bce77050
Use hex instead of binary.

Older gcc versions don't understand 0b<bits>,
use hex representation instead.

Fixes build failure on RHEL-5.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
target-unicore32/translate.c