Skip to content

Commit d9336b7

Browse files
committed
tcg/tci: Provide TCG_TARGET_{s}extract_valid
Trivially mirrors TCG_TARGET_HAS_{s}extract_*. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
1 parent 3dc7e1d commit d9336b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tcg/tci/tcg-target-has.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,7 @@
8080

8181
#define TCG_TARGET_HAS_tst 1
8282

83+
#define TCG_TARGET_extract_valid(type, ofs, len) 1
84+
#define TCG_TARGET_sextract_valid(type, ofs, len) 1
85+
8386
#endif

0 commit comments

Comments
 (0)