Skip to content

Commit

Permalink
[verifier] Partially revert 6d37ffd. It adds internal a header to a p…
Browse files Browse the repository at this point in the history
…ublic one.
  • Loading branch information
kumpera committed Aug 15, 2017
1 parent 7a0979e commit 97bc103
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mono/metadata/verify.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include <mono/metadata/metadata.h>
#include <mono/metadata/image.h>
#include <mono/metadata/loader.h>
#include <mono/metadata/class-internals.h>
#include <glib.h> /* GSList dep */

MONO_BEGIN_DECLS
Expand Down Expand Up @@ -53,7 +52,7 @@ typedef struct {

typedef struct {
MonoVerifyInfo info;
MonoExceptionType exception_type : 8; /*should be one of MONO_EXCEPTION_* */
int8_t exception_type; /*should be one of MONO_EXCEPTION_* */
} MonoVerifyInfoExtended;


Expand Down

0 comments on commit 97bc103

Please sign in to comment.