From 2a1edc174f360961ab5e717e952b0c8aad8e1d43 Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Wed, 9 Sep 2009 15:51:41 +0000 Subject: [PATCH] --- source2/IL2PCU/Cosmos.IL2CPU/Assembler/Assembler.cs | 1 + 1 file changed, 1 insertion(+) 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")); }