This commit is contained in:
kudzu_cp 2011-07-17 05:01:35 +00:00
parent bfa405335d
commit a7e3f9549f
2 changed files with 0 additions and 13 deletions

View file

@ -70,7 +70,6 @@
<Compile Include="AddressDirect.cs" />
<Compile Include="AddressIndirect.cs" />
<Compile Include="CodeGroup.cs" />
<Compile Include="InteruptHandlerAttribute.cs" />
<Compile Include="Memory.cs" />
<Compile Include="MemoryAction.cs" />
<Compile Include="PortNumber.cs" />

View file

@ -1,12 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Compiler.XSharp {
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public class InteruptHandlerAttribute : Attribute {
}
}