target-ppc: gen_op_arith_divw() & gen_op_arith_divd fixes
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 9 Nov 2008 17:27:19 +0000 (17:27 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 9 Nov 2008 17:27:19 +0000 (17:27 +0000)
commit27f2cf9d96666bbdf5ea1aacfdb89c025b33dc19
tree7e28300bbb0b524449f55ea6b037a1b8b3b062e5
parentb82edb2a206bb525b4bb6f756ab626c9550d278a
target-ppc: gen_op_arith_divw() & gen_op_arith_divd fixes

gen_op_arith_divw():
- "deoptimize" gen_op_arith_divw to make it more readable.
- Correctly free TCG temp variable

gen_op_arith_divd():
- Call the right function.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5658 c046a42c-6fe2-441c-8c8c-71466251a162
target-ppc/translate.c