From 3ba9b1013c494f5c0a8b490336d60f0f4dabbd4a Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 16 Oct 2013 20:04:40 -0300 Subject: Modified HPM Hook Caching Dropped hard-coded indexes, will make updates of the file in the future be smaller and much more clear in content. Made Possible Thanks to Haruna <3 Signed-off-by: shennetsind --- tools/HPMHookGen/HPMHookGen.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/HPMHookGen') diff --git a/tools/HPMHookGen/HPMHookGen.pl b/tools/HPMHookGen/HPMHookGen.pl index 5333f3f03..cf50a9e77 100755 --- a/tools/HPMHookGen/HPMHookGen.pl +++ b/tools/HPMHookGen/HPMHookGen.pl @@ -392,7 +392,7 @@ foreach my $key (@keys) { foreach my $if (@{ $ifs{$key} }) { print FH <<"EOF"; - { HP_POP($key\->$if->{name}), HP_POP2($if->{hname}), $idx }, + { HP_POP($key\->$if->{name}, $if->{hname}) }, EOF $idx += 2; -- cgit v1.2.3-60-g2f50