diff --git a/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.h b/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.h index 2d0b4cc..20a9775 100644 --- a/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.h +++ b/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.h @@ -76,7 +76,7 @@ namespace Ia32 { typedef StlVector GCOpnds; public: GCSafePoint(MemoryManager& mm, POINTER_SIZE_INT _ip):gcOpnds(mm), ip(_ip) { -#ifdef _GCMAP_TRACK_IDS +#ifdef GCMAP_TRACK_IDS instId = 0; hardwareExceptionPoint = false; #endif