Implemented exception as error management mechanism and removed the error codes

This commit is contained in:
Antonio Parata
2015-10-16 17:02:49 +02:00
parent b7269a4f50
commit 2a2553e7f5
5 changed files with 151 additions and 56 deletions

View File

@@ -51,9 +51,9 @@
<Compile Include="Const\Mips.fs" />
<Compile Include="Const\Sparc.fs" />
<Compile Include="Const\X86.fs" />
<Compile Include="Const\UcError.fs" />
<Compile Include="Hooks.fs" />
<Compile Include="NativeUnicorn.fs" />
<Compile Include="UnicornEngineException.fs" />
<Compile Include="Unicorn.fs" />
</ItemGroup>
<PropertyGroup>