mirror of
https://github.com/qemu/qemu.git
synced 2025-08-16 23:02:44 +00:00
![]() The disas_a5() function provided a TCG tmp variable which was populated by the respective opcode implementations, but freed at the end of the function in generic code. That makes it really hard for code review, so let's move the freeing to the same scope as the actual allocation. Signed-off-by: Alexander Graf <agraf@suse.de> |
||
---|---|---|
.. | ||
cpu.h | ||
exec.h | ||
helper.c | ||
helpers.h | ||
kvm.c | ||
machine.c | ||
op_helper.c | ||
translate.c |