Added support for 'lahf', the twin of 'sahf' which was already implemented.
Tested briefly, seems to work.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1668 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/include/vg_skin.h b/include/vg_skin.h
index 262d3c4..5ef6581 100644
--- a/include/vg_skin.h
+++ b/include/vg_skin.h
@@ -1037,6 +1037,7 @@
 
 extern Int VGOFF_(helper_fstsw_AX);
 extern Int VGOFF_(helper_SAHF);
+extern Int VGOFF_(helper_LAHF);
 extern Int VGOFF_(helper_DAS);
 extern Int VGOFF_(helper_DAA);