summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/arch-x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch-x86.c b/src/arch-x86.c
index efc4c79..1b4f2a9 100644
--- a/src/arch-x86.c
+++ b/src/arch-x86.c
@@ -83,7 +83,7 @@ int x86_filter_rewrite(const struct arch_def *arch, bool strict,
{
unsigned int iter;
int arg_max;
-
+
arg_max = arch_arg_count_max(arch);
if (arg_max < 0)
return arg_max;