Fix typo that broke tests which compared the contents of eflags.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2342 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/none/tests/gen_insn_test.pl b/none/tests/gen_insn_test.pl
index bcff0ea..8e8da41 100644
--- a/none/tests/gen_insn_test.pl
+++ b/none/tests/gen_insn_test.pl
@@ -561,7 +561,7 @@
 
     foreach my $result (@results)
     {
-        if ($result->{type} =~ /^(m(8|16|32|64|128)|st|flags|fpusw)$/)
+        if ($result->{type} =~ /^(m(8|16|32|64|128)|st|eflags|fpusw)$/)
         {
             $result->{argnum} = $argnum++;
         }