]> Git Repo - qemu.git/commit
tcg: Return bool success from tcg_out_mov
authorRichard Henderson <[email protected]>
Sat, 16 Mar 2019 17:48:18 +0000 (17:48 +0000)
committerRichard Henderson <[email protected]>
Mon, 13 May 2019 21:44:03 +0000 (14:44 -0700)
commit78113e83e0007e869c9f0cb4c0497a77538988e3
tree0a2fef8fc7bc6a291ebfcb18c729732d48fe0edc
parentc16f52b2c5d91c36e121795bd3b386cea0b7573c
tcg: Return bool success from tcg_out_mov

This patch merely changes the interface, aborting on all failures,
of which there are currently none.

Reviewed-by: Alex Bennée <[email protected]>
Reviewed-by: David Hildenbrand <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: David Gibson <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
tcg/aarch64/tcg-target.inc.c
tcg/arm/tcg-target.inc.c
tcg/i386/tcg-target.inc.c
tcg/mips/tcg-target.inc.c
tcg/ppc/tcg-target.inc.c
tcg/riscv/tcg-target.inc.c
tcg/s390/tcg-target.inc.c
tcg/sparc/tcg-target.inc.c
tcg/tcg.c
tcg/tci/tcg-target.inc.c
This page took 0.028382 seconds and 4 git commands to generate.