]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/blobdiff - tcg/mips/tcg-target.c
tcg: Add TCGType parameter to tcg_target_const_match
[lisovros/qemu_apohw.git] / tcg / mips / tcg-target.c
index 40551cdcb5a9c5320ddcde51d6efc7140ae3811c..76bc222642ed8b002e08240786b08bd86758a4b8 100644 (file)
@@ -253,7 +253,7 @@ static int target_parse_constraint(TCGArgConstraint *ct, const char **pct_str)
 }
 
 /* test if a constant matches the constraint */
-static inline int tcg_target_const_match(tcg_target_long val,
+static inline int tcg_target_const_match(tcg_target_long val, TCGType type,
                                          const TCGArgConstraint *arg_ct)
 {
     int ct;