]> git.proxmox.com Git - qemu.git/commit
target-openrisc: Correct carry flag check of l.addc and l.addic test cases
authorSebastian Macke <sebastian@macke.de>
Tue, 22 Oct 2013 00:12:45 +0000 (02:12 +0200)
committerJia Liu <proljc@gmail.com>
Wed, 20 Nov 2013 13:47:46 +0000 (21:47 +0800)
commit14a650ec25ca93a626397783d6c6e840ec2502c6
tree715f5d2d11e413ea02a670b281e86df2e6d07b03
parent93147a180c10b97bf9575a87e01c9a1c93e6c9ce
target-openrisc: Correct carry flag check of l.addc and l.addic test cases

The test cases did not correctly test for the carry flag.

Signed-off-by: Sebastian Macke <sebastian@macke.de>
Reviewed-by: Jia Liu <proljc@gmail.com>
Signed-off-by: Jia Liu <proljc@gmail.com>
tests/tcg/openrisc/test_addc.c
tests/tcg/openrisc/test_addic.c