Fix for build break
authorKyungwoo Lee <kyulee@microsoft.com>
Tue, 10 Nov 2015 23:21:59 +0000 (15:21 -0800)
committerKyungwoo Lee <kyulee@microsoft.com>
Tue, 10 Nov 2015 23:22:06 +0000 (15:22 -0800)
commitd6b96a452ea84e5c06584614d18a30d5a2a35793
tree5c773d7e0c69756f86a87ff2bfee87b511fc1297
parentdbaa5773becde5b8fa5e35a8ab924e71481e177d
Fix for build break

When building llilc against coreclr in Linux, m_IsSlotTableFrozen is defined under _DEBUG
but it is used without guard "#ifdef _DEBUG"
This is fix for it.
src/gcinfo/gcinfoencoder.cpp