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