mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
InterpreterEntry refinements
This commit is contained in:
@@ -100,7 +100,7 @@ namespace Microsoft.Iris.Markup
|
||||
int typeIndex = reader.ReadUInt16();
|
||||
TypeSchema typeSchema = importTables.TypeImports[typeIndex];
|
||||
entry.Parameters.Add(new InterpreterObject("type", typeof(TypeSchema),
|
||||
typeSchema, InstructionObjectSource.TypeImports));
|
||||
typeSchema, InstructionObjectSource.TypeImports, typeIndex));
|
||||
|
||||
object newObj = typeSchema.ConstructDefault();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user