aboutsummaryrefslogtreecommitdiff
path: root/tcg/tci/tcg-target.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2013-10-03 14:04:46 -0500
committerRichard Henderson <rth@twiddle.net>2013-10-10 11:44:26 -0700
commit3cf246f0d402fdb80bfa2b3c0a20131f394c349d (patch)
treef0a2d7664954115faae27b6a71540b0abf98a2b8 /tcg/tci/tcg-target.c
parentdbdbe0cd3124a3e9afa2d1c11da7c6476097bb9d (diff)
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/tci/tcg-target.c')
-rw-r--r--tcg/tci/tcg-target.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcg/tci/tcg-target.c b/tcg/tci/tcg-target.c
index 4976becbe7..fc80704de8 100644
--- a/tcg/tci/tcg-target.c
+++ b/tcg/tci/tcg-target.c
@@ -22,6 +22,8 @@
* THE SOFTWARE.
*/
+#include "tcg-be-null.h"
+
/* TODO list:
* - See TODO comments in code.
*/