Fixed typo and minor code refactoring
This commit is contained in:
@@ -24,7 +24,7 @@ namespace UnicornEngine.Const
|
||||
open System
|
||||
|
||||
[<AutoOpen>]
|
||||
module Spark =
|
||||
module Sparc =
|
||||
|
||||
// SPARC registers
|
||||
let UC_SPARC_REG_INVALID = 0
|
||||
@@ -49,7 +49,7 @@
|
||||
<Compile Include="Const\Common.fs" />
|
||||
<Compile Include="Const\M68k.fs" />
|
||||
<Compile Include="Const\Mips.fs" />
|
||||
<Compile Include="Const\Spark.fs" />
|
||||
<Compile Include="Const\Sparc.fs" />
|
||||
<Compile Include="Const\X86.fs" />
|
||||
<Compile Include="Const\UcError.fs" />
|
||||
<Compile Include="Hooks.fs" />
|
||||
|
||||
Reference in New Issue
Block a user