sim-card
/
qemu
Archived
10
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
qemu/target-mips
aurel32 492b239197 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
2008-08-23 17:22:19 +00:00
..
TODO Clarify some TODO items. 2008-06-24 22:04:41 +00:00
cpu.h Less hardcoding of TARGET_USER_ONLY. 2008-07-23 16:14:22 +00:00
exec.h Use plain standard inline. 2008-07-23 16:16:31 +00:00
helper.c Less hardcoding of TARGET_USER_ONLY. 2008-07-23 16:14:22 +00:00
helper.h Less hardcoding of TARGET_USER_ONLY. 2008-07-23 16:14:22 +00:00
machine.c Change MIPS machine default to Malta. 2008-07-05 21:51:47 +00:00
mips-defs.h Support for VR5432, and some of its special instructions. Original patch 2007-12-25 20:46:56 +00:00
op_helper.c Use plain standard inline. 2008-07-23 16:16:31 +00:00
translate.c MIPS: don't free TCG temporary variable twice 2008-08-23 17:22:19 +00:00
translate_init.c Less hardcoding of TARGET_USER_ONLY. 2008-07-23 16:14:22 +00:00