[mach-o] make unspecifiedPageZeroSize const to fix VC++ error

llvm-svn: 194169
This commit is contained in:
Nick Kledzik 2013-11-06 21:47:37 +00:00
parent 184687b9bc
commit 143b5e8237
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ private:
};
static ArchInfo _s_archInfos[];
const uint64_t unspecifiedPageZeroSize = UINT64_MAX;
static const uint64_t unspecifiedPageZeroSize = UINT64_MAX;
HeaderFileType _outputFileType; // e.g MH_EXECUTE
bool _outputFileTypeStatic; // Disambiguate static vs dynamic prog