aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stefaniuc <mstefani@redhat.com>2011-08-23 14:13:22 -0700
committerChristopher Li <sparse@chrisli.org>2011-08-23 14:13:22 -0700
commit181ce0f980cb4693ba8d22b5ba53b727e11c8a30 (patch)
treedaa1dc78849018f37093779ee1c1f7f20801bef1
parentcfcf8b5d5c1075c27ebb751946d1f19cdc77fe17 (diff)
downloadsparse-181ce0f980cb4693ba8d22b5ba53b727e11c8a30.tar.gz
Ignore the ms_hook_prologue attribute.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.com> Signed-off-by: Christopher Li <sparse@chrisli.org>
-rw-r--r--parse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/parse.c b/parse.c
index 082c2c40..5435f6d6 100644
--- a/parse.c
+++ b/parse.c
@@ -533,6 +533,8 @@ const char *ignored_attributes[] = {
"__model__",
"ms_abi",
"__ms_abi__",
+ "ms_hook_prologue",
+ "__ms_hook_prologue__",
"naked",
"__naked__",
"no_instrument_function",