|
From: Tom H. <th...@cy...> - 2004-03-28 08:43:40
|
CVS commit by thughes:
Fix typo that broke tests which compared the contents of eflags.
M +1 -1 gen_insn_test.pl 1.6
--- valgrind/none/tests/gen_insn_test.pl #1.5:1.6
@@ -562,5 +562,5 @@
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++;
|