Prepare for util.c:flags() to be stricter
authorRaja R Harinath <harinath@hurrynot.org>
Tue, 30 Mar 2010 08:59:04 +0000 (08:59 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Tue, 30 Mar 2010 08:59:04 +0000 (08:59 -0000)
commitfa2f6d0d47206fd9416f061e76b3b8512b6df2a9
treee3442a4b67c77037e795a930e6792a49d0c15757
parent29320dc6e9ed6226a19da4b3bcfe3c25ea4e8829
Prepare for util.c:flags() to be stricter

* main.c (pinvoke_flags): Remove cset and cconv flags before passing onto flags().
(method_flags): Likewise with access flags.
* get.c (field_flags): Likewise.
(get_method_impl_flags): Likewise, with code_type and managed_type flags.

svn path=/trunk/mono/; revision=154431
mono/dis/ChangeLog
mono/dis/get.c
mono/dis/main.c