mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 13:58:47 +00:00
This commit is contained in:
parent
f9a66d2348
commit
bbdb077089
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ namespace Indy.IL2CPU {
|
|||
// select Path.GetDirectoryName(item)).Distinct());
|
||||
switch (aTargetPlatform) {
|
||||
case TargetPlatformEnum.X86: {
|
||||
mMap = (OpCodeMap)Activator.CreateInstance(Type.GetType("Indy.IL2CPU.IL.X86.X86OpCodeMap, Indy.IL2CPU.IL.X86", true));
|
||||
mMap = new Indy.IL2CPU.IL.X86.X86OpCodeMap();
|
||||
mAssembler = new Assembler.X86.Assembler(aGetFileNameForGroup,
|
||||
((aDebugMode != DebugMode.None) && (aDebugMode != DebugMode.MLUsingGDB))
|
||||
? aDebugComNumber
|
||||
|
|
|
|||
Loading…
Reference in a new issue