]> git.proxmox.com Git - qemu.git/commit
target-mips: Fix accumulator arguments to gen_helper_dmult(u)
authorRichard Sandiford <rdsandiford@googlemail.com>
Sat, 4 May 2013 14:01:31 +0000 (15:01 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 14 May 2013 18:01:34 +0000 (13:01 -0500)
commit074dd56a01b33b8ecc2b9d370e767fb13d3aaf5e
tree4da2d4eef9bea566327c69434082813bd066b020
parentd10d2510b903a8ed8be584199828e95d1c267e14
target-mips: Fix accumulator arguments to gen_helper_dmult(u)

gen_muldiv was passing int accumulator arguments directly
to gen_helper_dmult(u).  This patch fixes it to use TCGs,
via the gen_helper_0e2i wrapper.

Fixes an --enable-debug-tcg build failure reported by Juergen Lock.

Signed-off-by: Richard Sandiford <rdsandiford@googlemail.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-mips/helper.h
target-mips/op_helper.c
target-mips/translate.c