]> Git Repo - qemu.git/blobdiff - tcg/i386/tcg-target.c
tcg: Remove tcg_target_get_call_iarg_regs_count
[qemu.git] / tcg / i386 / tcg-target.c
index 43c97190aa766e0c236c739e2488c88768871a98..122d63630cf528a0b700f11c3b7f09fb5215af18 100644 (file)
@@ -124,12 +124,6 @@ static void patch_reloc(uint8_t *code_ptr, int type,
     }
 }
 
-/* maximum number of register used for input function arguments */
-static inline int tcg_target_get_call_iarg_regs_count(int flags)
-{
-    return ARRAY_SIZE(tcg_target_call_iarg_regs);
-}
-
 /* parse target specific constraints */
 static int target_parse_constraint(TCGArgConstraint *ct, const char **pct_str)
 {
This page took 0.022052 seconds and 4 git commands to generate.