mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +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());
|
// select Path.GetDirectoryName(item)).Distinct());
|
||||||
switch (aTargetPlatform) {
|
switch (aTargetPlatform) {
|
||||||
case TargetPlatformEnum.X86: {
|
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,
|
mAssembler = new Assembler.X86.Assembler(aGetFileNameForGroup,
|
||||||
((aDebugMode != DebugMode.None) && (aDebugMode != DebugMode.MLUsingGDB))
|
((aDebugMode != DebugMode.None) && (aDebugMode != DebugMode.MLUsingGDB))
|
||||||
? aDebugComNumber
|
? aDebugComNumber
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue