From a90f4596ff4e87db458b1d036e9dff64c4e390c2 Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Sun, 13 Sep 2009 17:08:16 +0000 Subject: [PATCH] --- source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs b/source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs index 375f64825..d4cb511b6 100644 --- a/source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs +++ b/source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs @@ -9,6 +9,10 @@ using Indy.IL2CPU.Plugs; using Indy.IL2CPU.IL; namespace Cosmos.IL2CPU { + // This is necessary because HashSet and Dictionary + // have troubles when differnet types of objects are stored + // in them. I dont remember the exact problem, but something + // how it compares objects. public class HashcodeComparer: IEqualityComparer { #region IEqualityComparer Members