]> git.proxmox.com Git - mirror_qemu.git/commit
target/s390x: Include tcg.h in mem_helper.c
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 11 Dec 2019 20:22:18 +0000 (12:22 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 16 Jan 2020 01:13:09 +0000 (15:13 -1000)
commit61150039d4c0c67ba9e0764f16b336b6b85df81d
tree4c8a8aeeed19015dc94fd48844fa3e4deffaafe5
parent4e6b13849598896da50f7c1c86e765e30ab98b63
target/s390x: Include tcg.h in mem_helper.c

Code movement in an upcoming patch will show that this file
was implicitly depending on tcg.h being included indirectly.

Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/s390x/mem_helper.c