OSDN Git Service

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)
commit2ef1b120d1e8af5ab34fb6aed83ba171bd5f5572
tree7e28300bbb0b524449f55ea6b037a1b8b3b062e5
parent1e4c090f7d204a65c6f0a851255b3f48192f08a4
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