diff options
author | Richard Henderson <rth@twiddle.net> | 2016-11-18 09:31:40 +0100 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2017-01-10 08:06:11 -0800 |
commit | f69d277ece43c42c7ab0144c2ff05ba740f6706b (patch) | |
tree | 630e59106af7a68dbb6f2587e5e286f6d9ff4b4c /tcg/tcg.h | |
parent | 82790a870992bd87d5fd9e607f40859dcf4f82ac (diff) | |
download | qemu-f69d277ece43c42c7ab0144c2ff05ba740f6706b.zip |
tcg: Transition flat op_defs array to a target callback
This will allow the target to tailor the constraints to the
auto-detected ISA extensions.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/tcg.h')
-rw-r--r-- | tcg/tcg.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -906,8 +906,6 @@ do {\ abort();\ } while (0) -void tcg_add_target_add_op_defs(const TCGTargetOpDef *tdefs); - #if UINTPTR_MAX == UINT32_MAX #define TCGV_NAT_TO_PTR(n) MAKE_TCGV_PTR(GET_TCGV_I32(n)) #define TCGV_PTR_TO_NAT(n) MAKE_TCGV_I32(GET_TCGV_PTR(n)) |