diff options
| author | Michael Stefaniuc <mstefani@redhat.com> | 2011-08-23 14:13:22 -0700 |
|---|---|---|
| committer | Christopher Li <sparse@chrisli.org> | 2011-08-23 14:13:22 -0700 |
| commit | 181ce0f980cb4693ba8d22b5ba53b727e11c8a30 (patch) | |
| tree | daa1dc78849018f37093779ee1c1f7f20801bef1 /parse.c | |
| parent | cfcf8b5d5c1075c27ebb751946d1f19cdc77fe17 (diff) | |
| download | sparse-dev-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>
Diffstat (limited to 'parse.c')
| -rw-r--r-- | parse.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -533,6 +533,8 @@ const char *ignored_attributes[] = { "__model__", "ms_abi", "__ms_abi__", + "ms_hook_prologue", + "__ms_hook_prologue__", "naked", "__naked__", "no_instrument_function", |
