diff --git a/source2/IL2PCU/Cosmos.IL2CPU/Assembler/Assembler.cs b/source2/IL2PCU/Cosmos.IL2CPU/Assembler/Assembler.cs index f6f6ada1d..4dea74c0b 100644 --- a/source2/IL2PCU/Cosmos.IL2CPU/Assembler/Assembler.cs +++ b/source2/IL2PCU/Cosmos.IL2CPU/Assembler/Assembler.cs @@ -109,6 +109,7 @@ namespace Cosmos.IL2CPU { new Comment(this, "---------------------------------------------------------"); new Comment(this, "Type: " + aMethod.MethodBase.DeclaringType.ToString()); new Comment(this, "Name: " + aMethod.MethodBase.Name); + new Comment(this, aMethod.Type.ToString()); new Comment(this, "Plugged: " + (aMethod.PlugMethod == null ? "No" : "Yes")); }