diff options
| author | Richard Henderson | 2013-10-03 21:04:46 +0200 |
|---|---|---|
| committer | Richard Henderson | 2013-10-10 20:44:26 +0200 |
| commit | 3cf246f0d402fdb80bfa2b3c0a20131f394c349d (patch) | |
| tree | f0a2d7664954115faae27b6a71540b0abf98a2b8 /tcg/s390 | |
| parent | exec: Delete is_tcg_gen_code and GETRA_EXT (diff) | |
| download | qemu-3cf246f0d402fdb80bfa2b3c0a20131f394c349d.tar.gz qemu-3cf246f0d402fdb80bfa2b3c0a20131f394c349d.tar.xz qemu-3cf246f0d402fdb80bfa2b3c0a20131f394c349d.zip | |
tcg: Add tcg-be-null.h
This is a no-op backend data implementation, for those targets that
are not currently using the load/store optimization path.
This is prepatory to always requiring these functions in all backends.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/s390')
| -rw-r--r-- | tcg/s390/tcg-target.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tcg/s390/tcg-target.c b/tcg/s390/tcg-target.c index 1b44aeee96..0a4f3be0e9 100644 --- a/tcg/s390/tcg-target.c +++ b/tcg/s390/tcg-target.c @@ -24,6 +24,8 @@ * THE SOFTWARE. */ +#include "tcg-be-null.h" + /* We only support generating code for 64-bit mode. */ #if TCG_TARGET_REG_BITS != 64 #error "unsupported code generation mode" |
