Fix GC profiling on arm-softfp (dotnet/coreclr#5952)
authorIvan Baravy <i.baravy@samsung.com>
Thu, 23 Jun 2016 20:18:06 +0000 (00:18 +0400)
committerJan Kotas <jkotas@microsoft.com>
Thu, 23 Jun 2016 20:18:06 +0000 (13:18 -0700)
commit722d99e988feb6955d31b87f8cd81de03677ca3a
tree8d4124bd91b5d61bb560e3f9276782bcc4a1e82e
parent3435516745033c57b6a2dc0aae1cbea2c758d83b
Fix GC profiling on arm-softfp (dotnet/coreclr#5952)

This commit updates one preprocessor directive inside gc.h to initialize
dwEtwRootKind field of ScanContext when GC_PROFILING is defined while
FEATURE_EVENT_TRACE is not. This happens to platforms like arm-softfp.

Commit migrated from https://github.com/dotnet/coreclr/commit/46d9787d18437733815b3a6fd35df2474cea792d
src/coreclr/src/gc/gc.h