summaryrefslogtreecommitdiff
path: root/src/ilasm/asmman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ilasm/asmman.cpp')
-rw-r--r--src/ilasm/asmman.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ilasm/asmman.cpp b/src/ilasm/asmman.cpp
index c457adddc9..aab06a818b 100644
--- a/src/ilasm/asmman.cpp
+++ b/src/ilasm/asmman.cpp
@@ -284,12 +284,11 @@ void AsmMan::EmitFiles()
tmp->pHash = new BinStr(pHash,cbHash);
}
else
-#else
+#endif // !FEATURE_CORECLR
{
pHash = NULL;
cbHash = 0;
}
-#endif // !FEATURE_CORECLR
}
}
else