]> git.proxmox.com Git - qemu.git/commit
target-lm32: fix cmpgui and cmpgeui opcodes
authorMichael Walle <michael@walle.cc>
Fri, 14 Dec 2012 17:14:04 +0000 (18:14 +0100)
committerMichael Walle <michael@walle.cc>
Mon, 18 Mar 2013 18:40:34 +0000 (19:40 +0100)
commitdf5eb7d2c871ccd708e0f45cdc5d79b73550731b
tree538e9749a71d25876350c72f2146a8bc4b1c5778
parent6036e9d87e73c511fef48a3c06267f92e613fca9
target-lm32: fix cmpgui and cmpgeui opcodes

For unsigned compares the immediate has to be zero extended.

Signed-off-by: Michael Walle <michael@walle.cc>
target-lm32/translate.c