MIPS: don't free TCG temporary variable twice
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 23 Aug 2008 17:22:19 +0000 (17:22 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 23 Aug 2008 17:22:19 +0000 (17:22 +0000)
commitdf9413109ccd32ed47ae2aef2613f5a252ce2a6f
treeaf68985744a6bbf455681822c976e508600e3718
parent4d0b85a1fb3c5efb8b3247c8a26efe76e6546bdb
MIPS: don't free TCG temporary variable twice

In gen_dmtc0 function, TCG temporary variable t0 is freed at the end of
the function. Variable is freed again in the gen_dmtc0 caller.
I removed the free in gen_dmtc0, to do like in gen_dmfc0, gen_mfc0,
gen_mtc0.

(HervĂ© Poussineau)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5075 c046a42c-6fe2-441c-8c8c-71466251a162
target-mips/translate.c