From 90d3ed407368b0acc67277eef2db045371fa771a Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Sun, 13 Sep 2009 18:32:22 +0000 Subject: [PATCH] --- source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs b/source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs index 0d969a2c0..d98752472 100644 --- a/source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs +++ b/source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs @@ -126,7 +126,7 @@ namespace Cosmos.IL2CPU { } } - public void Execute(MethodInfo aStartMethod) { + public void Execute(System.Reflection.MethodInfo aStartMethod) { // TODO: Investigate using MS CCI // Need to check license, as well as in profiler // http://cciast.codeplex.com/